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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttach<ParentT>withStorageAccountKey(String storageAccountKey)Specifies the storage account key to access to the Azure file.
-
-
-
Method Detail
-
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
-
-