Uses of Class
com.azure.resourcemanager.cdn.models.ManagedServiceIdentityType
-
Packages that use ManagedServiceIdentityType Package Description com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of ManagedServiceIdentityType in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models 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.azure.resourcemanager.cdn.models 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 the type property: Type of managed service identity.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type ManagedServiceIdentityType Modifier and Type Method Description static Collection<ManagedServiceIdentityType>ManagedServiceIdentityType. values()Methods in com.azure.resourcemanager.cdn.models with parameters of type ManagedServiceIdentityType Modifier and Type Method Description ManagedServiceIdentityManagedServiceIdentity. withType(ManagedServiceIdentityType type)Set the type property: Type of managed service identity.
-