Aracılığıyla paylaş


Container.DefinitionStages.WithParentResource Interface

public static interface Container.DefinitionStages.WithParentResource

The stage of the Container definition allowing to specify parent resource.

Method Summary

Modifier and Type Method and Description
abstract WithDataFormat withExistingStorageAccount(String deviceName, String storageAccountName, String resourceGroupName)

Specifies deviceName, storageAccountName, resourceGroupName.

Method Details

withExistingStorageAccount

public abstract Container.DefinitionStages.WithDataFormat withExistingStorageAccount(String deviceName, String storageAccountName, String resourceGroupName)

Specifies deviceName, storageAccountName, resourceGroupName.

Parameters:

deviceName - The device name.
storageAccountName - The Storage Account Name.
resourceGroupName - The resource group name.

Returns:

the next definition stage.

Applies to