public class UnprepareNetworkPoliciesRequest extends Object
| Constructor and Description |
|---|
UnprepareNetworkPoliciesRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
serviceName()
Get the name of the service for which subnet is being unprepared for.
|
UnprepareNetworkPoliciesRequest |
withServiceName(String serviceName)
Set the name of the service for which subnet is being unprepared for.
|
public String serviceName()
public UnprepareNetworkPoliciesRequest withServiceName(String serviceName)
serviceName - the serviceName value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/