### 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: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **PrivateCloudIdentity**
implements <>" 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 PrivateCloudIdentity 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 PrivateCloudIdentity from the JsonReader." modifiers: - "static" parameters: - description: "The JsonReader being read." name: "jsonReader" type: "" syntax: "public static PrivateCloudIdentity fromJson(JsonReader jsonReader)" exceptions: - description: "If the deserialized JSON object was missing any required properties." type: "IOException" 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: "" - uid: "com.azure.resourcemanager.avs.models.PrivateCloudIdentity.principalId()" fullName: "com.azure.resourcemanager.avs.models.PrivateCloudIdentity.principalId()" name: "principalId()" nameWithType: "PrivateCloudIdentity.principalId()" summary: "Get the principalId 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: "String" - uid: "com.azure.resourcemanager.avs.models.PrivateCloudIdentity.tenantId()" fullName: "com.azure.resourcemanager.avs.models.PrivateCloudIdentity.tenantId()" name: "tenantId()" nameWithType: "PrivateCloudIdentity.tenantId()" summary: "Get the tenantId 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: "String" - 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: "" syntax: "public JsonWriter toJson(JsonWriter jsonWriter)" exceptions: - type: "IOException" returns: type: "" - 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: "" - 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: "" 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: "" type: "class" desc: "Managed service identity (either system assigned, or none)." implements: - "<>" metadata: {} package: "com.azure.resourcemanager.avs.models" artifact: com.azure.resourcemanager:azure-resourcemanager-avs:1.2.0