Class DelegationProperties

java.lang.Object
com.azure.resourcemanager.network.models.DelegationProperties

public final class DelegationProperties extends Object
Properties of the delegation.
  • Constructor Details

    • DelegationProperties

      public DelegationProperties()
      Creates an instance of DelegationProperties class.
  • Method Details

    • serviceName

      public String serviceName()
      Get the serviceName property: The service name to which the NVA is delegated.
      Returns:
      the serviceName value.
    • withServiceName

      public DelegationProperties withServiceName(String serviceName)
      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

      public ProvisioningState 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.