Uses of Class
com.azure.resourcemanager.appservice.models.ClientCredentialMethod
-
Packages that use ClientCredentialMethod Package Description com.azure.resourcemanager.appservice.models 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 ClientCredentialMethod Modifier and Type Method Description static ClientCredentialMethodClientCredentialMethod. fromString(String value)Parses a serialized value to a ClientCredentialMethod instance.ClientCredentialMethodOpenIdConnectClientCredential. method()Get the method property: The method that should be used to authenticate the user.static ClientCredentialMethodClientCredentialMethod. valueOf(String name)Returns 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 ClientCredentialMethod Modifier and Type Method Description OpenIdConnectClientCredentialOpenIdConnectClientCredential. withMethod(ClientCredentialMethod method)Set the method property: The method that should be used to authenticate the user.
-