174 строки
13 KiB
YAML
174 строки
13 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.containerservice.models.DelegatedResource"
|
|
fullName: "com.azure.resourcemanager.containerservice.models.DelegatedResource"
|
|
name: "DelegatedResource"
|
|
nameWithType: "DelegatedResource"
|
|
summary: "Delegated resource properties - internal use only."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- 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 **DelegatedResource**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.containerservice.models.DelegatedResource?alt=com.azure.resourcemanager.containerservice.models.DelegatedResource&text=DelegatedResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.containerservice.models.DelegatedResource.DelegatedResource()"
|
|
fullName: "com.azure.resourcemanager.containerservice.models.DelegatedResource.DelegatedResource()"
|
|
name: "DelegatedResource()"
|
|
nameWithType: "DelegatedResource.DelegatedResource()"
|
|
summary: "Creates an instance of Delegated<wbr>Resource class."
|
|
syntax: "public DelegatedResource()"
|
|
desc: "Creates an instance of DelegatedResource class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.containerservice.models.DelegatedResource.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.containerservice.models.DelegatedResource.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "DelegatedResource.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Delegated<wbr>Resource from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static DelegatedResource fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the DelegatedResource."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of DelegatedResource from the JsonReader."
|
|
returns:
|
|
description: "An instance of DelegatedResource if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.DelegatedResource?alt=com.azure.resourcemanager.containerservice.models.DelegatedResource&text=DelegatedResource\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.containerservice.models.DelegatedResource.location()"
|
|
fullName: "com.azure.resourcemanager.containerservice.models.DelegatedResource.location()"
|
|
name: "location()"
|
|
nameWithType: "DelegatedResource.location()"
|
|
summary: "Get the location property: The source resource location - internal use only."
|
|
syntax: "public String location()"
|
|
desc: "Get the location property: The source resource location - internal use only."
|
|
returns:
|
|
description: "the location value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.containerservice.models.DelegatedResource.referralResource()"
|
|
fullName: "com.azure.resourcemanager.containerservice.models.DelegatedResource.referralResource()"
|
|
name: "referralResource()"
|
|
nameWithType: "DelegatedResource.referralResource()"
|
|
summary: "Get the referral<wbr>Resource property: The delegation id of the referral delegation (optional) - internal use only."
|
|
syntax: "public String referralResource()"
|
|
desc: "Get the referralResource property: The delegation id of the referral delegation (optional) - internal use only."
|
|
returns:
|
|
description: "the referralResource value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.containerservice.models.DelegatedResource.resourceId()"
|
|
fullName: "com.azure.resourcemanager.containerservice.models.DelegatedResource.resourceId()"
|
|
name: "resourceId()"
|
|
nameWithType: "DelegatedResource.resourceId()"
|
|
summary: "Get the resource<wbr>Id property: The ARM resource id of the delegated resource - internal use only."
|
|
syntax: "public String resourceId()"
|
|
desc: "Get the resourceId property: The ARM resource id of the delegated resource - internal use only."
|
|
returns:
|
|
description: "the resourceId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.containerservice.models.DelegatedResource.tenantId()"
|
|
fullName: "com.azure.resourcemanager.containerservice.models.DelegatedResource.tenantId()"
|
|
name: "tenantId()"
|
|
nameWithType: "DelegatedResource.tenantId()"
|
|
summary: "Get the tenant<wbr>Id property: The tenant id of the delegated resource - internal use only."
|
|
syntax: "public UUID tenantId()"
|
|
desc: "Get the tenantId property: The tenant id of the delegated resource - internal use only."
|
|
returns:
|
|
description: "the tenantId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
|
|
- uid: "com.azure.resourcemanager.containerservice.models.DelegatedResource.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.containerservice.models.DelegatedResource.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "DelegatedResource.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.containerservice.models.DelegatedResource.validate()"
|
|
fullName: "com.azure.resourcemanager.containerservice.models.DelegatedResource.validate()"
|
|
name: "validate()"
|
|
nameWithType: "DelegatedResource.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.containerservice.models.DelegatedResource.withLocation(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.containerservice.models.DelegatedResource.withLocation(String location)"
|
|
name: "withLocation(String location)"
|
|
nameWithType: "DelegatedResource.withLocation(String location)"
|
|
summary: "Set the location property: The source resource location - internal use only."
|
|
parameters:
|
|
- description: "the location value to set."
|
|
name: "location"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public DelegatedResource withLocation(String location)"
|
|
desc: "Set the location property: The source resource location - internal use only."
|
|
returns:
|
|
description: "the DelegatedResource object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.DelegatedResource?alt=com.azure.resourcemanager.containerservice.models.DelegatedResource&text=DelegatedResource\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.containerservice.models.DelegatedResource.withReferralResource(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.containerservice.models.DelegatedResource.withReferralResource(String referralResource)"
|
|
name: "withReferralResource(String referralResource)"
|
|
nameWithType: "DelegatedResource.withReferralResource(String referralResource)"
|
|
summary: "Set the referral<wbr>Resource property: The delegation id of the referral delegation (optional) - internal use only."
|
|
parameters:
|
|
- description: "the referralResource value to set."
|
|
name: "referralResource"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public DelegatedResource withReferralResource(String referralResource)"
|
|
desc: "Set the referralResource property: The delegation id of the referral delegation (optional) - internal use only."
|
|
returns:
|
|
description: "the DelegatedResource object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.DelegatedResource?alt=com.azure.resourcemanager.containerservice.models.DelegatedResource&text=DelegatedResource\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.containerservice.models.DelegatedResource.withResourceId(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.containerservice.models.DelegatedResource.withResourceId(String resourceId)"
|
|
name: "withResourceId(String resourceId)"
|
|
nameWithType: "DelegatedResource.withResourceId(String resourceId)"
|
|
summary: "Set the resource<wbr>Id property: The ARM resource id of the delegated resource - internal use only."
|
|
parameters:
|
|
- description: "the resourceId value to set."
|
|
name: "resourceId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public DelegatedResource withResourceId(String resourceId)"
|
|
desc: "Set the resourceId property: The ARM resource id of the delegated resource - internal use only."
|
|
returns:
|
|
description: "the DelegatedResource object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.DelegatedResource?alt=com.azure.resourcemanager.containerservice.models.DelegatedResource&text=DelegatedResource\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.containerservice.models.DelegatedResource.withTenantId(java.util.UUID)"
|
|
fullName: "com.azure.resourcemanager.containerservice.models.DelegatedResource.withTenantId(UUID tenantId)"
|
|
name: "withTenantId(UUID tenantId)"
|
|
nameWithType: "DelegatedResource.withTenantId(UUID tenantId)"
|
|
summary: "Set the tenant<wbr>Id property: The tenant id of the delegated resource - internal use only."
|
|
parameters:
|
|
- description: "the tenantId value to set."
|
|
name: "tenantId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
|
|
syntax: "public DelegatedResource withTenantId(UUID tenantId)"
|
|
desc: "Set the tenantId property: The tenant id of the delegated resource - internal use only."
|
|
returns:
|
|
description: "the DelegatedResource object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.DelegatedResource?alt=com.azure.resourcemanager.containerservice.models.DelegatedResource&text=DelegatedResource\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Delegated resource properties - internal use only."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.containerservice.models.DelegatedResource?alt=com.azure.resourcemanager.containerservice.models.DelegatedResource&text=DelegatedResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.containerservice.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-containerservice:2.44.0
|