Uses of Class
com.azure.resourcemanager.appcontainers.models.ClientCredentialMethod
-
Packages that use ClientCredentialMethod Package Description com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of ClientCredentialMethod in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ClientCredentialMethod Modifier and Type Method Description static ClientCredentialMethod
ClientCredentialMethod. fromString(String value)
Parses a serialized value to a ClientCredentialMethod instance.ClientCredentialMethod
OpenIdConnectClientCredential. method()
Get the method property: The method that should be used to authenticate the user.static ClientCredentialMethod
ClientCredentialMethod. 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.appcontainers.models with parameters of type ClientCredentialMethod Modifier and Type Method Description OpenIdConnectClientCredential
OpenIdConnectClientCredential. withMethod(ClientCredentialMethod method)
Set the method property: The method that should be used to authenticate the user.
-