Uses of Class
com.azure.resourcemanager.cosmos.models.ManagedServiceIdentity
Packages that use ManagedServiceIdentity
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of ManagedServiceIdentity in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return ManagedServiceIdentityModifier and TypeMethodDescriptionDatabaseAccountGetResultsInner.identity()
Get the identity property: Identity for the resource.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type ManagedServiceIdentityModifier and TypeMethodDescriptionDatabaseAccountGetResultsInner.withIdentity
(ManagedServiceIdentity identity) Set the identity property: Identity for the resource. -
Uses of ManagedServiceIdentity in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return ManagedServiceIdentityModifier and TypeMethodDescriptionstatic ManagedServiceIdentity
ManagedServiceIdentity.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedServiceIdentity from the JsonReader.DatabaseAccountCreateUpdateParameters.identity()
Get the identity property: Identity for the resource.DatabaseAccountUpdateParameters.identity()
Get the identity property: Identity for the resource.ManagedServiceIdentity.withType
(ResourceIdentityType type) Set the type property: The type of identity used for the resource.ManagedServiceIdentity.withUserAssignedIdentities
(Map<String, ManagedServiceIdentityUserAssignedIdentities> userAssignedIdentities) Set the userAssignedIdentities property: The list of user identities associated with resource.Methods in com.azure.resourcemanager.cosmos.models with parameters of type ManagedServiceIdentityModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateParameters.withIdentity
(ManagedServiceIdentity identity) Set the identity property: Identity for the resource.DatabaseAccountUpdateParameters.withIdentity
(ManagedServiceIdentity identity) Set the identity property: Identity for the resource.