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
With |
withExistingStorageAccount(String deviceName, String storageAccountName, String resourceGroupName)
Specifies device |
Method Details
withExistingStorageAccount
public abstract Container.DefinitionStages.WithDataFormat withExistingStorageAccount(String deviceName, String storageAccountName, String resourceGroupName)
Specifies deviceName, storageAccountName, resourceGroupName.
Parameters:
Returns: