Interface RemoteRenderingAccount.UpdateStages.WithStorageAccountName

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

public static interface RemoteRenderingAccount.UpdateStages.WithStorageAccountName
The stage of the RemoteRenderingAccount update allowing to specify storageAccountName.
  • Method Summary

    Modifier and Type
    Method
    Description
    withStorageAccountName(String storageAccountName)
    Specifies the storageAccountName property: The name of the storage account associated with this accountId.
  • Method Details

    • withStorageAccountName

      RemoteRenderingAccount.Update withStorageAccountName(String storageAccountName)
      Specifies the storageAccountName property: The name of the storage account associated with this accountId.
      Parameters:
      storageAccountName - The name of the storage account associated with this accountId.
      Returns:
      the next definition stage.