Uses of Class
com.azure.resourcemanager.cdn.models.ManagedServiceIdentityType
Packages that use ManagedServiceIdentityType
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of ManagedServiceIdentityType in com.azure.resourcemanager.cdn.models
Subclasses with type arguments of type ManagedServiceIdentityType in com.azure.resourcemanager.cdn.modelsModifier and TypeClassDescriptionfinal classType of managed service identity (where both SystemAssigned and UserAssigned types are allowed).Fields in com.azure.resourcemanager.cdn.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.cdn.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.cdn.models that return types with arguments of type ManagedServiceIdentityTypeModifier and TypeMethodDescriptionstatic Collection<ManagedServiceIdentityType> ManagedServiceIdentityType.values()Gets known ManagedServiceIdentityType values.Methods in com.azure.resourcemanager.cdn.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).