Uses of Class
com.azure.resourcemanager.appplatform.models.ManagedIdentityType
-
Packages that use ManagedIdentityType Package Description com.azure.resourcemanager.appplatform.models 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 ManagedIdentityType Modifier and Type Field Description static ManagedIdentityTypeManagedIdentityType. NONEStatic value None for ManagedIdentityType.static ManagedIdentityTypeManagedIdentityType. SYSTEM_ASSIGNEDStatic value SystemAssigned for ManagedIdentityType.static ManagedIdentityTypeManagedIdentityType. SYSTEM_ASSIGNED_USER_ASSIGNEDStatic value SystemAssigned,UserAssigned for ManagedIdentityType.static ManagedIdentityTypeManagedIdentityType. USER_ASSIGNEDStatic value UserAssigned for ManagedIdentityType.Methods in com.azure.resourcemanager.appplatform.models that return ManagedIdentityType Modifier and Type Method Description static ManagedIdentityTypeManagedIdentityType. fromString(String name)Creates or finds a ManagedIdentityType from its string representation.ManagedIdentityTypeManagedIdentityProperties. type()Get the type property: Type of the managed identity.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type ManagedIdentityType Modifier and Type Method Description static Collection<ManagedIdentityType>ManagedIdentityType. values()Methods in com.azure.resourcemanager.appplatform.models with parameters of type ManagedIdentityType Modifier and Type Method Description ManagedIdentityPropertiesManagedIdentityProperties. withType(ManagedIdentityType type)Set the type property: Type of the managed identity.
-