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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithStorageAccountName<ParentT>withExistingReadOnlyAzureFileShare(String shareName)Specifies an existing Azure file share name.ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithStorageAccountName<ParentT>withExistingReadWriteAzureFileShare(String shareName)Specifies an existing Azure file share name.
-
-
-
Method Detail
-
withExistingReadWriteAzureFileShare
ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithStorageAccountName<ParentT> withExistingReadWriteAzureFileShare(String shareName)
Specifies an existing Azure file share name.- Parameters:
shareName- an existing Azure file share name- Returns:
- the next stage of the definition
-
withExistingReadOnlyAzureFileShare
ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithStorageAccountName<ParentT> withExistingReadOnlyAzureFileShare(String shareName)
Specifies an existing Azure file share name.- Parameters:
shareName- an existing Azure file share name- Returns:
- the next stage of the definition
-
-