public final class UnprepareNetworkPoliciesRequest extends Object
| Constructor and Description |
|---|
UnprepareNetworkPoliciesRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
serviceName()
Get the serviceName property: The name of the service for which subnet is being unprepared for.
|
void |
validate()
Validates the instance.
|
UnprepareNetworkPoliciesRequest |
withServiceName(String serviceName)
Set the serviceName property: 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.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.