Interface ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithStorageAccountName<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
ContainerGroup.DefinitionStages.VolumeDefinitionStages.VolumeDefinition<ParentT>
- Enclosing interface:
ContainerGroup.DefinitionStages.VolumeDefinitionStages
public static interface ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithStorageAccountName<ParentT>
The stage of the volume definition allowing to specify the storage account name to access to the Azure
file.
-
Method Summary
Modifier and TypeMethodDescriptionwithStorageAccountName(String storageAccountName) Specifies the storage account name to access to the Azure file.
-
Method Details
-
withStorageAccountName
ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithStorageAccountKey<ParentT> withStorageAccountName(String storageAccountName) Specifies the storage account name to access to the Azure file.- Parameters:
storageAccountName- the storage account name- Returns:
- the next stage of the definition
-