Uses of Class
com.azure.resourcemanager.appplatform.models.ManagedIdentityType
Packages that use ManagedIdentityType
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of ManagedIdentityType in com.azure.resourcemanager.appplatform.models
Fields in com.azure.resourcemanager.appplatform.models declared as ManagedIdentityTypeModifier and TypeFieldDescriptionstatic final ManagedIdentityTypeManagedIdentityType.NONEStatic value None for ManagedIdentityType.static final ManagedIdentityTypeManagedIdentityType.SYSTEM_ASSIGNEDStatic value SystemAssigned for ManagedIdentityType.static final ManagedIdentityTypeManagedIdentityType.SYSTEM_ASSIGNED_USER_ASSIGNEDStatic value SystemAssigned,UserAssigned for ManagedIdentityType.static final ManagedIdentityTypeManagedIdentityType.USER_ASSIGNEDStatic value UserAssigned for ManagedIdentityType.Methods in com.azure.resourcemanager.appplatform.models that return ManagedIdentityTypeModifier and TypeMethodDescriptionstatic ManagedIdentityTypeManagedIdentityType.fromString(String name) Creates or finds a ManagedIdentityType from its string representation.ManagedIdentityProperties.type()Get the type property: Type of the managed identity.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type ManagedIdentityTypeModifier and TypeMethodDescriptionstatic Collection<ManagedIdentityType>ManagedIdentityType.values()Gets known ManagedIdentityType values.Methods in com.azure.resourcemanager.appplatform.models with parameters of type ManagedIdentityTypeModifier and TypeMethodDescriptionManagedIdentityProperties.withType(ManagedIdentityType type) Set the type property: Type of the managed identity.