RemoteRenderingAccount.DefinitionStages.WithStorageAccountName Interface

public static interface RemoteRenderingAccount.DefinitionStages.WithStorageAccountName

The stage of the RemoteRenderingAccount definition allowing to specify storageAccountName.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withStorageAccountName(String storageAccountName)

Specifies the storageAccountName property: The name of the storage account associated with this accountId.

Method Details

withStorageAccountName

public abstract RemoteRenderingAccount.DefinitionStages.WithCreate 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.

Applies to