Uses of Enum
com.azure.resourcemanager.appservice.models.AuthType
Packages that use AuthType
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of AuthType in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return AuthTypeModifier and TypeMethodDescriptionSiteContainerInner.authType()Get the authType property: Auth Type.SiteContainerProperties.authType()Get the authType property: Auth Type.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type AuthTypeModifier and TypeMethodDescriptionSiteContainerInner.withAuthType(AuthType authType) Set the authType property: Auth Type.SiteContainerProperties.withAuthType(AuthType authType) Set the authType property: Auth Type. -
Uses of AuthType in com.azure.resourcemanager.appservice.models
Subclasses with type arguments of type AuthType in com.azure.resourcemanager.appservice.modelsMethods in com.azure.resourcemanager.appservice.models that return AuthTypeModifier and TypeMethodDescriptionstatic AuthTypeAuthType.fromString(String value) Parses a serialized value to a AuthType instance.static AuthTypeReturns the enum constant of this type with the specified name.static AuthType[]AuthType.values()Returns an array containing the constants of this enum type, in the order they are declared.