public class Delegation
extends com.microsoft.azure.SubResource
| Constructor and Description |
|---|
Delegation() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
actions()
Get the actions permitted to the service upon delegation.
|
String |
etag()
Get a unique read-only string that changes whenever the resource is updated.
|
String |
name()
Get the name of the resource that is unique within a subnet.
|
ProvisioningState |
provisioningState()
Get the provisioning state of the service delegation resource.
|
String |
serviceName()
Get the name of the service to whom the subnet should be delegated (e.g.
|
Delegation |
withName(String name)
Set the name of the resource that is unique within a subnet.
|
Delegation |
withServiceName(String serviceName)
Set the name of the service to whom the subnet should be delegated (e.g.
|
public String serviceName()
public Delegation withServiceName(String serviceName)
serviceName - the serviceName value to setpublic List<String> actions()
public ProvisioningState provisioningState()
public String name()
public Delegation withName(String name)
name - the name value to setpublic String etag()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/