Uses of Enum
com.azure.resourcemanager.cosmos.models.ResourceIdentityType
Packages that use ResourceIdentityType
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of ResourceIdentityType in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return ResourceIdentityTypeModifier and TypeMethodDescriptionstatic ResourceIdentityTypeResourceIdentityType.fromString(String value) Parses a serialized value to a ResourceIdentityType instance.ManagedServiceIdentity.type()Get the type property: The type of identity used for the resource.static ResourceIdentityTypeReturns the enum constant of this type with the specified name.static ResourceIdentityType[]ResourceIdentityType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.cosmos.models with parameters of type ResourceIdentityTypeModifier and TypeMethodDescriptionManagedServiceIdentity.withType(ResourceIdentityType type) Set the type property: The type of identity used for the resource.