2023-03-23 23:02:24 +03:00
### YamlMime:JavaType
uid : "com.azure.resourcemanager.avs.models.PrivateCloudIdentity"
fullName : "com.azure.resourcemanager.avs.models.PrivateCloudIdentity"
name : "PrivateCloudIdentity"
nameWithType : "PrivateCloudIdentity"
2024-09-12 07:59:27 +03:00
summary : "Managed service identity (either system assigned, or none)."
2023-03-23 23:02:24 +03:00
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>"
2024-09-12 07:59:27 +03:00
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\" /><<xref href=\"com.azure.resourcemanager.avs.models.PrivateCloudIdentity?alt=com.azure.resourcemanager.avs.models.PrivateCloudIdentity&text=PrivateCloudIdentity\" data-throw-if-not-resolved=\"False\" />>"
2023-03-23 23:02:24 +03:00
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 :
2024-09-12 07:59:27 +03:00
- 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\" />"
2023-03-23 23:02:24 +03:00
- uid : "com.azure.resourcemanager.avs.models.PrivateCloudIdentity.principalId()"
fullName : "com.azure.resourcemanager.avs.models.PrivateCloudIdentity.principalId()"
name : "principalId()"
nameWithType : "PrivateCloudIdentity.principalId()"
2024-09-12 07:59:27 +03:00
summary : "Get the principal<wbr>Id property: The service principal ID of the system assigned identity."
2023-03-23 23:02:24 +03:00
syntax : "public String principalId()"
2024-09-12 07:59:27 +03:00
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."
2023-03-23 23:02:24 +03:00
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()"
2024-09-12 07:59:27 +03:00
summary : "Get the tenant<wbr>Id property: The tenant ID of the system assigned identity."
2023-03-23 23:02:24 +03:00
syntax : "public String tenantId()"
2024-09-12 07:59:27 +03:00
desc : "Get the tenantId property: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity."
2023-03-23 23:02:24 +03:00
returns :
description : "the tenantId value."
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
2024-09-12 07:59:27 +03:00
- 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\" />"
2023-03-23 23:02:24 +03:00
- uid : "com.azure.resourcemanager.avs.models.PrivateCloudIdentity.type()"
fullName : "com.azure.resourcemanager.avs.models.PrivateCloudIdentity.type()"
name : "type()"
nameWithType : "PrivateCloudIdentity.type()"
2024-09-12 07:59:27 +03:00
summary : "Get the type property: Type of managed service identity (either system assigned, or none)."
2023-03-23 23:02:24 +03:00
syntax : "public ResourceIdentityType type()"
2024-09-12 07:59:27 +03:00
desc : "Get the type property: Type of managed service identity (either system assigned, or none)."
2023-03-23 23:02:24 +03:00
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)"
2024-09-12 07:59:27 +03:00
summary : "Set the type property: Type of managed service identity (either system assigned, or none)."
2023-03-23 23:02:24 +03:00
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)"
2024-09-12 07:59:27 +03:00
desc : "Set the type property: Type of managed service identity (either system assigned, or none)."
2023-03-23 23:02:24 +03:00
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"
2024-09-12 07:59:27 +03:00
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\" /><<xref href=\"com.azure.resourcemanager.avs.models.PrivateCloudIdentity?alt=com.azure.resourcemanager.avs.models.PrivateCloudIdentity&text=PrivateCloudIdentity\" data-throw-if-not-resolved=\"False\" />>"
2023-03-23 23:02:24 +03:00
metadata : {}
package : "com.azure.resourcemanager.avs.models"
2024-09-12 07:59:27 +03:00
artifact : com.azure.resourcemanager:azure-resourcemanager-avs:1.2.0