azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.n...

163 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.models.Delegation"
fullName: "com.azure.resourcemanager.network.models.Delegation"
name: "Delegation"
nameWithType: "Delegation"
summary: "Details the service to which the subnet is delegated."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.SubResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.management.SubResource?alt=com.azure.core.management.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.management.SubResource.id()?alt=com.azure.core.management.SubResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.SubResource.withId(java.lang.String)?alt=com.azure.core.management.SubResource.withId&text=withId\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **Delegation**</br> extends <xref href=\"com.azure.core.management.SubResource?alt=com.azure.core.management.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.network.models.Delegation.Delegation()"
fullName: "com.azure.resourcemanager.network.models.Delegation.Delegation()"
name: "Delegation()"
nameWithType: "Delegation.Delegation()"
summary: "Creates an instance of Delegation class."
syntax: "public Delegation()"
desc: "Creates an instance of Delegation class."
methods:
- uid: "com.azure.resourcemanager.network.models.Delegation.actions()"
fullName: "com.azure.resourcemanager.network.models.Delegation.actions()"
name: "actions()"
nameWithType: "Delegation.actions()"
summary: "Get the actions property: The actions permitted to the service upon delegation."
syntax: "public List<String> actions()"
desc: "Get the actions property: The actions permitted to the service upon delegation."
returns:
description: "the actions value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.network.models.Delegation.etag()"
fullName: "com.azure.resourcemanager.network.models.Delegation.etag()"
name: "etag()"
nameWithType: "Delegation.etag()"
summary: "Get the etag property: A unique read-only string that changes whenever the resource is updated."
syntax: "public String etag()"
desc: "Get the etag property: A unique read-only string that changes whenever the resource is updated."
returns:
description: "the etag value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.models.Delegation.name()"
fullName: "com.azure.resourcemanager.network.models.Delegation.name()"
name: "name()"
nameWithType: "Delegation.name()"
summary: "Get the name property: The name of the resource that is unique within a subnet."
syntax: "public String name()"
desc: "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:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.models.Delegation.provisioningState()"
fullName: "com.azure.resourcemanager.network.models.Delegation.provisioningState()"
name: "provisioningState()"
nameWithType: "Delegation.provisioningState()"
summary: "Get the provisioning<wbr>State property: The provisioning state of the service delegation resource."
syntax: "public ProvisioningState provisioningState()"
desc: "Get the provisioningState property: The provisioning state of the service delegation resource."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.network.models.ProvisioningState?alt=com.azure.resourcemanager.network.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.Delegation.serviceName()"
fullName: "com.azure.resourcemanager.network.models.Delegation.serviceName()"
name: "serviceName()"
nameWithType: "Delegation.serviceName()"
summary: "Get the service<wbr>Name property: The name of the service to whom the subnet should be delegated (e.<wbr>g."
syntax: "public String serviceName()"
desc: "Get the serviceName property: The name of the service to whom the subnet should be delegated (e.g. Microsoft.Sql/servers)."
returns:
description: "the serviceName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.models.Delegation.type()"
fullName: "com.azure.resourcemanager.network.models.Delegation.type()"
name: "type()"
nameWithType: "Delegation.type()"
summary: "Get the type property: Resource type."
syntax: "public String type()"
desc: "Get the type property: Resource type."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.models.Delegation.validate()"
fullName: "com.azure.resourcemanager.network.models.Delegation.validate()"
name: "validate()"
nameWithType: "Delegation.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.network.models.Delegation.withId(java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.Delegation.withId(String id)"
name: "withId(String id)"
nameWithType: "Delegation.withId(String id)"
overridden: "com.azure.core.management.SubResource.withId(java.lang.String)"
parameters:
- name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Delegation withId(String id)"
returns:
type: "<xref href=\"com.azure.resourcemanager.network.models.Delegation?alt=com.azure.resourcemanager.network.models.Delegation&text=Delegation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.Delegation.withName(java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.Delegation.withName(String name)"
name: "withName(String name)"
nameWithType: "Delegation.withName(String name)"
summary: "Set the name property: The name of the resource that is unique within a subnet."
parameters:
- description: "the name value to set."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Delegation withName(String name)"
desc: "Set the name property: The name of the resource that is unique within a subnet. This name can be used to access the resource."
returns:
description: "the Delegation object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.Delegation?alt=com.azure.resourcemanager.network.models.Delegation&text=Delegation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.Delegation.withServiceName(java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.Delegation.withServiceName(String serviceName)"
name: "withServiceName(String serviceName)"
nameWithType: "Delegation.withServiceName(String serviceName)"
summary: "Set the service<wbr>Name property: The name of the service to whom the subnet should be delegated (e.<wbr>g."
parameters:
- description: "the serviceName value to set."
name: "serviceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Delegation withServiceName(String serviceName)"
desc: "Set the serviceName property: The name of the service to whom the subnet should be delegated (e.g. Microsoft.Sql/servers)."
returns:
description: "the Delegation object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.Delegation?alt=com.azure.resourcemanager.network.models.Delegation&text=Delegation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.Delegation.withType(java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.Delegation.withType(String type)"
name: "withType(String type)"
nameWithType: "Delegation.withType(String type)"
summary: "Set the type property: Resource type."
parameters:
- description: "the type value to set."
name: "type"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Delegation withType(String type)"
desc: "Set the type property: Resource type."
returns:
description: "the Delegation object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.Delegation?alt=com.azure.resourcemanager.network.models.Delegation&text=Delegation\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Details the service to which the subnet is delegated."
metadata: {}
package: "com.azure.resourcemanager.network.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.24.0