Udostępnij za pośrednictwem


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 WithCreate withAuthenticationName(String authenticationName)

Specifies the authenticationName property: The name presented by the client for 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:

authenticationName - The name presented by the client for authentication. The default value is the name of the resource.

Returns:

the next definition stage.

Applies to