Class Delegation

java.lang.Object
com.microsoft.azure.SubResource
com.microsoft.azure.management.network.Delegation

public class Delegation extends com.microsoft.azure.SubResource
Details the service to which the subnet is delegated.
  • Constructor Details

    • Delegation

      public Delegation()
  • Method Details

    • serviceName

      public String serviceName()
      Get the name of the service to whom the subnet should be delegated (e.g. Microsoft.Sql/servers).
      Returns:
      the serviceName value
    • withServiceName

      public Delegation withServiceName(String serviceName)
      Set the name of the service to whom the subnet should be delegated (e.g. Microsoft.Sql/servers).
      Parameters:
      serviceName - the serviceName value to set
      Returns:
      the Delegation object itself.
    • actions

      public List<String> actions()
      Get the actions permitted to the service upon delegation.
      Returns:
      the actions value
    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioning state of the service delegation resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.
      Returns:
      the provisioningState value
    • name

      public String name()
      Get the name of the resource that is unique within a subnet. This name can be used to access the resource.
      Returns:
      the name value
    • withName

      public Delegation withName(String name)
      Set the name of the resource that is unique within a subnet. This name can be used to access the resource.
      Parameters:
      name - the name value to set
      Returns:
      the Delegation object itself.
    • etag

      public String etag()
      Get a unique read-only string that changes whenever the resource is updated.
      Returns:
      the etag value