Uses of Class
com.azure.resourcemanager.appservice.models.ManagedServiceIdentityType
-
Packages that use ManagedServiceIdentityType Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of ManagedServiceIdentityType in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ManagedServiceIdentityType Modifier and Type Method Description static ManagedServiceIdentityTypeManagedServiceIdentityType. fromString(String value)Parses a serialized value to a ManagedServiceIdentityType instance.ManagedServiceIdentityTypeManagedServiceIdentity. type()Get the type property: Type of managed service identity.static ManagedServiceIdentityTypeManagedServiceIdentityType. valueOf(String name)Returns 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 ManagedServiceIdentityType Modifier and Type Method Description ManagedServiceIdentityManagedServiceIdentity. withType(ManagedServiceIdentityType type)Set the type property: Type of managed service identity.
-