Uses of Class
com.azure.resourcemanager.keyvault.models.ManagedServiceIdentityType
Packages that use ManagedServiceIdentityType
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of ManagedServiceIdentityType in com.azure.resourcemanager.keyvault.models
Fields in com.azure.resourcemanager.keyvault.models declared as ManagedServiceIdentityTypeModifier and TypeFieldDescriptionstatic final ManagedServiceIdentityTypeManagedServiceIdentityType.NONEStatic value None for ManagedServiceIdentityType.static final ManagedServiceIdentityTypeManagedServiceIdentityType.SYSTEM_ASSIGNEDStatic value SystemAssigned for ManagedServiceIdentityType.static final ManagedServiceIdentityTypeManagedServiceIdentityType.SYSTEM_ASSIGNED_USER_ASSIGNEDStatic value SystemAssigned,UserAssigned for ManagedServiceIdentityType.static final ManagedServiceIdentityTypeManagedServiceIdentityType.USER_ASSIGNEDStatic value UserAssigned for ManagedServiceIdentityType.Methods in com.azure.resourcemanager.keyvault.models that return ManagedServiceIdentityTypeModifier and TypeMethodDescriptionstatic ManagedServiceIdentityTypeManagedServiceIdentityType.fromString(String name) Creates or finds a ManagedServiceIdentityType from its string representation.ManagedServiceIdentity.type()Get the type property: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).Methods in com.azure.resourcemanager.keyvault.models that return types with arguments of type ManagedServiceIdentityTypeModifier and TypeMethodDescriptionstatic Collection<ManagedServiceIdentityType> ManagedServiceIdentityType.values()Gets known ManagedServiceIdentityType values.Methods in com.azure.resourcemanager.keyvault.models with parameters of type ManagedServiceIdentityTypeModifier and TypeMethodDescriptionManagedServiceIdentity.withType(ManagedServiceIdentityType type) Set the type property: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).