UnprepareNetworkPoliciesRequest Class

  • java.lang.Object
    • com.microsoft.azure.management.network.UnprepareNetworkPoliciesRequest

public class UnprepareNetworkPoliciesRequest

Details of UnprepareNetworkPolicies for Subnet.

Constructor Summary

Constructor Description
UnprepareNetworkPoliciesRequest()

Method Summary

Modifier and Type Method and Description
java.lang.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.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

UnprepareNetworkPoliciesRequest

public UnprepareNetworkPoliciesRequest()

Method Details

serviceName

public String serviceName()

Get the name of the service for which subnet is being unprepared for.

Returns:

the serviceName value

withServiceName

public UnprepareNetworkPoliciesRequest withServiceName(String serviceName)

Set the name of the service for which subnet is being unprepared for.

Parameters:

serviceName - the serviceName value to set

Returns:

the UnprepareNetworkPoliciesRequest object itself.

Applies to