Uses of Class
com.microsoft.azure.management.appservice.ManagedServiceIdentityType
-
-
Uses of ManagedServiceIdentityType in com.microsoft.azure.management.appservice
Fields in com.microsoft.azure.management.appservice declared as ManagedServiceIdentityType Modifier and Type Field Description static ManagedServiceIdentityTypeManagedServiceIdentityType. NONEStatic value None for ManagedServiceIdentityType.static ManagedServiceIdentityTypeManagedServiceIdentityType. SYSTEM_ASSIGNEDStatic value SystemAssigned for ManagedServiceIdentityType.static ManagedServiceIdentityTypeManagedServiceIdentityType. SYSTEM_ASSIGNED_USER_ASSIGNEDStatic value SystemAssigned, UserAssigned for ManagedServiceIdentityType.static ManagedServiceIdentityTypeManagedServiceIdentityType. USER_ASSIGNEDStatic value UserAssigned for ManagedServiceIdentityType.Methods in com.microsoft.azure.management.appservice that return ManagedServiceIdentityType Modifier and Type Method Description static ManagedServiceIdentityTypeManagedServiceIdentityType. fromString(String name)Creates or finds a ManagedServiceIdentityType from its string representation.ManagedServiceIdentityTypeManagedServiceIdentity. type()Get type of managed service identity.Methods in com.microsoft.azure.management.appservice that return types with arguments of type ManagedServiceIdentityType Modifier and Type Method Description static Collection<ManagedServiceIdentityType>ManagedServiceIdentityType. values()Methods in com.microsoft.azure.management.appservice with parameters of type ManagedServiceIdentityType Modifier and Type Method Description ManagedServiceIdentityManagedServiceIdentity. withType(ManagedServiceIdentityType type)Set type of managed service identity.
-