Client.DefinitionStages.WithAuthenticationName Interface
public static interface Client.DefinitionStages.WithAuthenticationName
The stage of the Client definition allowing to specify authenticationName.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withAuthenticationName(String authenticationName)
Specifies the authentication |
Method Details
withAuthenticationName
public abstract Client.DefinitionStages.WithCreate withAuthenticationName(String authenticationName)
Specifies the authenticationName property: The name presented by the client for authentication. The default value is the name of the resource..
Parameters:
Returns: