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