146 строки
13 KiB
YAML
146 строки
13 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.cosmos.models.ManagedServiceIdentity"
|
|
fullName: "com.azure.resourcemanager.cosmos.models.ManagedServiceIdentity"
|
|
name: "ManagedServiceIdentity"
|
|
nameWithType: "ManagedServiceIdentity"
|
|
summary: "Identity for the resource."
|
|
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 **ManagedServiceIdentity**</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.cosmos.models.ManagedServiceIdentity?alt=com.azure.resourcemanager.cosmos.models.ManagedServiceIdentity&text=ManagedServiceIdentity\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.cosmos.models.ManagedServiceIdentity.ManagedServiceIdentity()"
|
|
fullName: "com.azure.resourcemanager.cosmos.models.ManagedServiceIdentity.ManagedServiceIdentity()"
|
|
name: "ManagedServiceIdentity()"
|
|
nameWithType: "ManagedServiceIdentity.ManagedServiceIdentity()"
|
|
summary: "Creates an instance of Managed<wbr>Service<wbr>Identity class."
|
|
syntax: "public ManagedServiceIdentity()"
|
|
desc: "Creates an instance of ManagedServiceIdentity class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.cosmos.models.ManagedServiceIdentity.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.cosmos.models.ManagedServiceIdentity.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "ManagedServiceIdentity.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Managed<wbr>Service<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 ManagedServiceIdentity fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the ManagedServiceIdentity."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of ManagedServiceIdentity from the JsonReader."
|
|
returns:
|
|
description: "An instance of ManagedServiceIdentity 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.cosmos.models.ManagedServiceIdentity?alt=com.azure.resourcemanager.cosmos.models.ManagedServiceIdentity&text=ManagedServiceIdentity\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cosmos.models.ManagedServiceIdentity.principalId()"
|
|
fullName: "com.azure.resourcemanager.cosmos.models.ManagedServiceIdentity.principalId()"
|
|
name: "principalId()"
|
|
nameWithType: "ManagedServiceIdentity.principalId()"
|
|
summary: "Get the principal<wbr>Id property: The principal id of the system assigned identity."
|
|
syntax: "public String principalId()"
|
|
desc: "Get the principalId property: The 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.cosmos.models.ManagedServiceIdentity.tenantId()"
|
|
fullName: "com.azure.resourcemanager.cosmos.models.ManagedServiceIdentity.tenantId()"
|
|
name: "tenantId()"
|
|
nameWithType: "ManagedServiceIdentity.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.cosmos.models.ManagedServiceIdentity.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.cosmos.models.ManagedServiceIdentity.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "ManagedServiceIdentity.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.cosmos.models.ManagedServiceIdentity.type()"
|
|
fullName: "com.azure.resourcemanager.cosmos.models.ManagedServiceIdentity.type()"
|
|
name: "type()"
|
|
nameWithType: "ManagedServiceIdentity.type()"
|
|
summary: "Get the type property: The type of identity used for the resource."
|
|
syntax: "public ResourceIdentityType type()"
|
|
desc: "Get the type property: The type of identity used for the resource. The type 'SystemAssigned,UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service."
|
|
returns:
|
|
description: "the type value."
|
|
type: "<xref href=\"com.azure.resourcemanager.cosmos.models.ResourceIdentityType?alt=com.azure.resourcemanager.cosmos.models.ResourceIdentityType&text=ResourceIdentityType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cosmos.models.ManagedServiceIdentity.userAssignedIdentities()"
|
|
fullName: "com.azure.resourcemanager.cosmos.models.ManagedServiceIdentity.userAssignedIdentities()"
|
|
name: "userAssignedIdentities()"
|
|
nameWithType: "ManagedServiceIdentity.userAssignedIdentities()"
|
|
summary: "Get the user<wbr>Assigned<wbr>Identities property: The list of user identities associated with resource."
|
|
syntax: "public Map<String,ManagedServiceIdentityUserAssignedIdentities> userAssignedIdentities()"
|
|
desc: "Get the userAssignedIdentities property: The list of user identities associated with resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/\\{identityName\\}'."
|
|
returns:
|
|
description: "the userAssignedIdentities value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<xref href=\"com.azure.resourcemanager.cosmos.models.ManagedServiceIdentityUserAssignedIdentities?alt=com.azure.resourcemanager.cosmos.models.ManagedServiceIdentityUserAssignedIdentities&text=ManagedServiceIdentityUserAssignedIdentities\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.cosmos.models.ManagedServiceIdentity.validate()"
|
|
fullName: "com.azure.resourcemanager.cosmos.models.ManagedServiceIdentity.validate()"
|
|
name: "validate()"
|
|
nameWithType: "ManagedServiceIdentity.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.cosmos.models.ManagedServiceIdentity.withType(com.azure.resourcemanager.cosmos.models.ResourceIdentityType)"
|
|
fullName: "com.azure.resourcemanager.cosmos.models.ManagedServiceIdentity.withType(ResourceIdentityType type)"
|
|
name: "withType(ResourceIdentityType type)"
|
|
nameWithType: "ManagedServiceIdentity.withType(ResourceIdentityType type)"
|
|
summary: "Set the type property: The type of identity used for the resource."
|
|
parameters:
|
|
- description: "the type value to set."
|
|
name: "type"
|
|
type: "<xref href=\"com.azure.resourcemanager.cosmos.models.ResourceIdentityType?alt=com.azure.resourcemanager.cosmos.models.ResourceIdentityType&text=ResourceIdentityType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ManagedServiceIdentity withType(ResourceIdentityType type)"
|
|
desc: "Set the type property: The type of identity used for the resource. The type 'SystemAssigned,UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service."
|
|
returns:
|
|
description: "the ManagedServiceIdentity object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.cosmos.models.ManagedServiceIdentity?alt=com.azure.resourcemanager.cosmos.models.ManagedServiceIdentity&text=ManagedServiceIdentity\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cosmos.models.ManagedServiceIdentity.withUserAssignedIdentities(java.util.Map<java.lang.String,com.azure.resourcemanager.cosmos.models.ManagedServiceIdentityUserAssignedIdentities>)"
|
|
fullName: "com.azure.resourcemanager.cosmos.models.ManagedServiceIdentity.withUserAssignedIdentities(Map<String,ManagedServiceIdentityUserAssignedIdentities> userAssignedIdentities)"
|
|
name: "withUserAssignedIdentities(Map<String,ManagedServiceIdentityUserAssignedIdentities> userAssignedIdentities)"
|
|
nameWithType: "ManagedServiceIdentity.withUserAssignedIdentities(Map<String,ManagedServiceIdentityUserAssignedIdentities> userAssignedIdentities)"
|
|
summary: "Set the user<wbr>Assigned<wbr>Identities property: The list of user identities associated with resource."
|
|
parameters:
|
|
- description: "the userAssignedIdentities value to set."
|
|
name: "userAssignedIdentities"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<xref href=\"com.azure.resourcemanager.cosmos.models.ManagedServiceIdentityUserAssignedIdentities?alt=com.azure.resourcemanager.cosmos.models.ManagedServiceIdentityUserAssignedIdentities&text=ManagedServiceIdentityUserAssignedIdentities\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public ManagedServiceIdentity withUserAssignedIdentities(Map<String,ManagedServiceIdentityUserAssignedIdentities> userAssignedIdentities)"
|
|
desc: "Set the userAssignedIdentities property: The list of user identities associated with resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/\\{identityName\\}'."
|
|
returns:
|
|
description: "the ManagedServiceIdentity object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.cosmos.models.ManagedServiceIdentity?alt=com.azure.resourcemanager.cosmos.models.ManagedServiceIdentity&text=ManagedServiceIdentity\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Identity for the resource."
|
|
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.cosmos.models.ManagedServiceIdentity?alt=com.azure.resourcemanager.cosmos.models.ManagedServiceIdentity&text=ManagedServiceIdentity\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.cosmos.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-cosmos:2.44.0
|