Uses of Enum
com.azure.resourcemanager.appservice.models.ClientCredentialMethod
Packages that use ClientCredentialMethod
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of ClientCredentialMethod in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ClientCredentialMethodModifier and TypeMethodDescriptionstatic ClientCredentialMethodClientCredentialMethod.fromString(String value) Parses a serialized value to a ClientCredentialMethod instance.OpenIdConnectClientCredential.method()Get the method property: The method that should be used to authenticate the user.static ClientCredentialMethodReturns the enum constant of this type with the specified name.static ClientCredentialMethod[]ClientCredentialMethod.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 ClientCredentialMethodModifier and TypeMethodDescriptionOpenIdConnectClientCredential.withMethod(ClientCredentialMethod method) Set the method property: The method that should be used to authenticate the user.