Interface ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithStorageAccountKey<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.WithStorageAccountKey<ParentT>
The stage of the volume definition allowing to specify the storage account key to access to the Azure
file.
-
Method Summary
Modifier and TypeMethodDescriptionwithStorageAccountKey(String storageAccountKey) Specifies the storage account key to access to the Azure file.
-
Method Details
-
withStorageAccountKey
ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttach<ParentT> withStorageAccountKey(String storageAccountKey) Specifies the storage account key to access to the Azure file.- Parameters:
storageAccountKey- the storage account key- Returns:
- the next stage of the definition
-