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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactions()
Get the actions permitted to the service upon delegation.etag()
Get a unique read-only string that changes whenever the resource is updated.name()
Get the name of the resource that is unique within a subnet.Get the provisioning state of the service delegation resource.Get the name of the service to whom the subnet should be delegated (e.g.Set the name of the resource that is unique within a subnet.withServiceName
(String serviceName) Set the name of the service to whom the subnet should be delegated (e.g.Methods inherited from class com.microsoft.azure.SubResource
id, withId
-
Constructor Details
-
Delegation
public Delegation()
-
-
Method Details
-
serviceName
Get the name of the service to whom the subnet should be delegated (e.g. Microsoft.Sql/servers).- Returns:
- the serviceName value
-
withServiceName
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
Get the actions permitted to the service upon delegation.- Returns:
- the actions value
-
provisioningState
Get the provisioning state of the service delegation resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.- Returns:
- the provisioningState value
-
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
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
Get a unique read-only string that changes whenever the resource is updated.- Returns:
- the etag value
-