Interface Registration.UpdateStages.WithRegistrationToken

All Known Subinterfaces:
Registration.Update
Enclosing interface:
Registration.UpdateStages

public static interface Registration.UpdateStages.WithRegistrationToken
The stage of the Registration update allowing to specify registrationToken.
  • Method Summary

    Modifier and Type
    Method
    Description
    withRegistrationToken(String registrationToken)
    Specifies the registrationToken property: The token identifying registered Azure Stack.
  • Method Details

    • withRegistrationToken

      Registration.Update 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.