Delegation Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. network. models. Delegation
- com.
- com.
public final class Delegation
extends SubResource
Details the service to which the subnet is delegated.
Constructor Summary
Constructor | Description |
---|---|
Delegation() |
Creates an instance of Delegation class. |
Method Summary
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. |
static Delegation |
fromJson(JsonReader jsonReader)
Reads an instance of Delegation from the Json |
String |
name()
Get the name property: The name of the resource that is unique within a subnet. |
Provisioning |
provisioningState()
Get the provisioning |
String |
serviceName()
Get the service |
Json |
toJson(JsonWriter jsonWriter) |
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 service |
Delegation |
withType(String type)
Set the type property: Resource type. |
Methods inherited from SubResource
Methods inherited from java.lang.Object
Constructor Details
Delegation
public Delegation()
Creates an instance of Delegation class.
Method Details
actions
public List
Get the actions property: The actions permitted to the service upon delegation.
Returns:
etag
public String etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
Returns:
fromJson
public static Delegation fromJson(JsonReader jsonReader)
Reads an instance of Delegation from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The name of the resource that is unique within a subnet. This name can be used to access the resource.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the service delegation resource.
Returns:
serviceName
public String serviceName()
Get the serviceName property: The name of the service to whom the subnet should be delegated (e.g. Microsoft.Sql/servers).
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
Delegation.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Resource type.
Returns:
validate
public void validate()
Validates the instance.
withId
public Delegation withId(String id)
Overrides:
Delegation.withId(String id)Parameters:
withName
public Delegation withName(String name)
Set the name property: The name of the resource that is unique within a subnet. This name can be used to access the resource.
Parameters:
Returns:
withServiceName
public Delegation withServiceName(String serviceName)
Set the serviceName property: The name of the service to whom the subnet should be delegated (e.g. Microsoft.Sql/servers).
Parameters:
Returns:
withType
public Delegation withType(String type)
Set the type property: Resource type.
Parameters:
Returns:
Applies to
Azure SDK for Java