Uses of Class
com.azure.resourcemanager.cosmos.models.ManagedServiceIdentity
-
Packages that use ManagedServiceIdentity Package Description com.azure.resourcemanager.cosmos.fluent.models Package containing the inner data models for CosmosDBManagementClient.com.azure.resourcemanager.cosmos.models 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 ManagedServiceIdentity Modifier and Type Method Description ManagedServiceIdentityDatabaseAccountGetResultsInner. identity()Get the identity property: Identity for the resource.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type ManagedServiceIdentity Modifier and Type Method Description DatabaseAccountGetResultsInnerDatabaseAccountGetResultsInner. 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 ManagedServiceIdentity Modifier and Type Method Description ManagedServiceIdentityDatabaseAccountCreateUpdateParameters. identity()Get the identity property: Identity for the resource.ManagedServiceIdentityDatabaseAccountUpdateParameters. identity()Get the identity property: Identity for the resource.ManagedServiceIdentityManagedServiceIdentity. withType(ResourceIdentityType type)Set the type property: The type of identity used for the resource.ManagedServiceIdentityManagedServiceIdentity. 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 ManagedServiceIdentity Modifier and Type Method Description DatabaseAccountCreateUpdateParametersDatabaseAccountCreateUpdateParameters. withIdentity(ManagedServiceIdentity identity)Set the identity property: Identity for the resource.DatabaseAccountUpdateParametersDatabaseAccountUpdateParameters. withIdentity(ManagedServiceIdentity identity)Set the identity property: Identity for the resource.
-