次の方法で共有


Registration.DefinitionStages.WithRegistrationToken Interface

public static interface Registration.DefinitionStages.WithRegistrationToken

The stage of the Registration definition allowing to specify registrationToken.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withRegistrationToken(String registrationToken)

Specifies the registrationToken property: The token identifying registered Azure Stack.

Method Details

withRegistrationToken

public abstract Registration.DefinitionStages.WithCreate withRegistrationToken(String registrationToken)

Specifies the registrationToken property: The token identifying registered Azure Stack.

Parameters:

registrationToken - The token identifying registered Azure Stack.

Returns:

the next definition stage.

Applies to