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

122 строки
8.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.avs.models.PrivateCloudIdentity"
fullName: "com.azure.resourcemanager.avs.models.PrivateCloudIdentity"
name: "PrivateCloudIdentity"
nameWithType: "PrivateCloudIdentity"
summary: "Managed service identity (either system assigned, or none)."
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 **PrivateCloudIdentity**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.avs.models.PrivateCloudIdentity?alt=com.azure.resourcemanager.avs.models.PrivateCloudIdentity&text=PrivateCloudIdentity\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.avs.models.PrivateCloudIdentity.PrivateCloudIdentity()"
fullName: "com.azure.resourcemanager.avs.models.PrivateCloudIdentity.PrivateCloudIdentity()"
name: "PrivateCloudIdentity()"
nameWithType: "PrivateCloudIdentity.PrivateCloudIdentity()"
summary: "Creates an instance of Private<wbr>Cloud<wbr>Identity class."
syntax: "public PrivateCloudIdentity()"
desc: "Creates an instance of PrivateCloudIdentity class."
methods:
- uid: "com.azure.resourcemanager.avs.models.PrivateCloudIdentity.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.avs.models.PrivateCloudIdentity.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "PrivateCloudIdentity.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Private<wbr>Cloud<wbr>Identity 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 PrivateCloudIdentity fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of PrivateCloudIdentity from the JsonReader."
returns:
description: "An instance of PrivateCloudIdentity if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.avs.models.PrivateCloudIdentity?alt=com.azure.resourcemanager.avs.models.PrivateCloudIdentity&text=PrivateCloudIdentity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.PrivateCloudIdentity.principalId()"
fullName: "com.azure.resourcemanager.avs.models.PrivateCloudIdentity.principalId()"
name: "principalId()"
nameWithType: "PrivateCloudIdentity.principalId()"
summary: "Get the principal<wbr>Id property: The service principal ID of the system assigned identity."
syntax: "public String principalId()"
desc: "Get the principalId property: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity."
returns:
description: "the principalId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.avs.models.PrivateCloudIdentity.tenantId()"
fullName: "com.azure.resourcemanager.avs.models.PrivateCloudIdentity.tenantId()"
name: "tenantId()"
nameWithType: "PrivateCloudIdentity.tenantId()"
summary: "Get the tenant<wbr>Id property: The tenant ID of the system assigned identity."
syntax: "public String tenantId()"
desc: "Get the tenantId property: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity."
returns:
description: "the tenantId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.avs.models.PrivateCloudIdentity.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.avs.models.PrivateCloudIdentity.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "PrivateCloudIdentity.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.avs.models.PrivateCloudIdentity.type()"
fullName: "com.azure.resourcemanager.avs.models.PrivateCloudIdentity.type()"
name: "type()"
nameWithType: "PrivateCloudIdentity.type()"
summary: "Get the type property: Type of managed service identity (either system assigned, or none)."
syntax: "public ResourceIdentityType type()"
desc: "Get the type property: Type of managed service identity (either system assigned, or none)."
returns:
description: "the type value."
type: "<xref href=\"com.azure.resourcemanager.avs.models.ResourceIdentityType?alt=com.azure.resourcemanager.avs.models.ResourceIdentityType&text=ResourceIdentityType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.PrivateCloudIdentity.validate()"
fullName: "com.azure.resourcemanager.avs.models.PrivateCloudIdentity.validate()"
name: "validate()"
nameWithType: "PrivateCloudIdentity.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.avs.models.PrivateCloudIdentity.withType(com.azure.resourcemanager.avs.models.ResourceIdentityType)"
fullName: "com.azure.resourcemanager.avs.models.PrivateCloudIdentity.withType(ResourceIdentityType type)"
name: "withType(ResourceIdentityType type)"
nameWithType: "PrivateCloudIdentity.withType(ResourceIdentityType type)"
summary: "Set the type property: Type of managed service identity (either system assigned, or none)."
parameters:
- description: "the type value to set."
name: "type"
type: "<xref href=\"com.azure.resourcemanager.avs.models.ResourceIdentityType?alt=com.azure.resourcemanager.avs.models.ResourceIdentityType&text=ResourceIdentityType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PrivateCloudIdentity withType(ResourceIdentityType type)"
desc: "Set the type property: Type of managed service identity (either system assigned, or none)."
returns:
description: "the PrivateCloudIdentity object itself."
type: "<xref href=\"com.azure.resourcemanager.avs.models.PrivateCloudIdentity?alt=com.azure.resourcemanager.avs.models.PrivateCloudIdentity&text=PrivateCloudIdentity\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Managed service identity (either system assigned, or none)."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.avs.models.PrivateCloudIdentity?alt=com.azure.resourcemanager.avs.models.PrivateCloudIdentity&text=PrivateCloudIdentity\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.avs.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-avs:1.2.0