Interface ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithAzureFileShare<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>
,ContainerGroup.DefinitionStages.VolumeDefinitionStages.VolumeDefinitionBlank<ParentT>
- Enclosing interface:
- ContainerGroup.DefinitionStages.VolumeDefinitionStages
public static interface ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithAzureFileShare<ParentT>
The stage of the volume definition allowing to specify a read only Azure File Share name.
-
Method Summary
Modifier and TypeMethodDescriptionwithExistingReadOnlyAzureFileShare
(String shareName) Specifies an existing Azure file share name.withExistingReadWriteAzureFileShare
(String shareName) Specifies an existing Azure file share name.
-
Method Details