public class Delegation
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
Delegation() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
actions()
Get the actions property: The actions permitted to the service upon delegation.
|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
String |
name()
Get the name property: The name of the resource that is unique within a subnet.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the service delegation resource.
|
String |
serviceName()
Get the serviceName property: The name of the service to whom the subnet should be delegated (e.g.
|
String |
type()
Get the type property: Resource type.
|
void |
validate()
Validates the instance.
|
Delegation |
withId(String id) |
Delegation |
withName(String name)
Set the name property: The name of the resource that is unique within a subnet.
|
Delegation |
withServiceName(String serviceName)
Set the serviceName property: The name of the service to whom the subnet should be delegated (e.g.
|
Delegation |
withType(String type)
Set the type property: Resource type.
|
public String name()
public Delegation withName(String name)
name - the name value to set.public String etag()
public String type()
public Delegation withType(String type)
type - the type value to set.public String serviceName()
public Delegation withServiceName(String serviceName)
serviceName - the serviceName value to set.public List<String> actions()
public ProvisioningState provisioningState()
public Delegation withId(String id)
withId in class com.azure.core.management.SubResourcepublic void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.