Uses of Enum
com.azure.resourcemanager.appservice.models.ManagedServiceIdentityType
Packages that use ManagedServiceIdentityType
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of ManagedServiceIdentityType in com.azure.resourcemanager.appservice.models
Subclasses with type arguments of type ManagedServiceIdentityType in com.azure.resourcemanager.appservice.modelsModifier and TypeClassDescriptionenumDefines values for ManagedServiceIdentityType.Methods in com.azure.resourcemanager.appservice.models that return ManagedServiceIdentityTypeModifier and TypeMethodDescriptionstatic ManagedServiceIdentityTypeManagedServiceIdentityType.fromString(String value) Parses a serialized value to a ManagedServiceIdentityType instance.DefaultIdentity.identityType()Get the identityType property: The identityType property.ManagedServiceIdentity.type()Get the type property: Type of managed service identity.static ManagedServiceIdentityTypeReturns the enum constant of this type with the specified name.static ManagedServiceIdentityType[]ManagedServiceIdentityType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.appservice.models with parameters of type ManagedServiceIdentityTypeModifier and TypeMethodDescriptionDefaultIdentity.withIdentityType(ManagedServiceIdentityType identityType) Set the identityType property: The identityType property.ManagedServiceIdentity.withType(ManagedServiceIdentityType type) Set the type property: Type of managed service identity.