Class DelegationProperties
java.lang.Object
com.azure.resourcemanager.network.models.DelegationProperties
Properties of the delegation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the provisioningState property: The current provisioning state.Get the serviceName property: The service name to which the NVA is delegated.voidvalidate()Validates the instance.withServiceName(String serviceName) Set the serviceName property: The service name to which the NVA is delegated.
-
Constructor Details
-
DelegationProperties
public DelegationProperties()Creates an instance of DelegationProperties class.
-
-
Method Details
-
serviceName
Get the serviceName property: The service name to which the NVA is delegated.- Returns:
- the serviceName value.
-
withServiceName
Set the serviceName property: The service name to which the NVA is delegated.- Parameters:
serviceName- the serviceName value to set.- Returns:
- the DelegationProperties object itself.
-
provisioningState
Get the provisioningState property: The current provisioning state.- Returns:
- the provisioningState value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-