Interface ContainerGroup.DefinitionStages.VolumeDefinitionStages
-
- Enclosing interface:
- ContainerGroup.DefinitionStages
public static interface ContainerGroup.DefinitionStages.VolumeDefinitionStagesGrouping of volume definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceContainerGroup.DefinitionStages.VolumeDefinitionStages.VolumeDefinition<ParentT>Grouping of the container group's volume definition stages.static interfaceContainerGroup.DefinitionStages.VolumeDefinitionStages.VolumeDefinitionBlank<ParentT>The first stage of the volume definition.static interfaceContainerGroup.DefinitionStages.VolumeDefinitionStages.WithAzureFileShare<ParentT>The stage of the volume definition allowing to specify a read only Azure File Share name.static interfaceContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitDirectoryName<ParentT>The stage of the volume definition allowing to specify the Git target directory name mappings.static interfaceContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitRevision<ParentT>The stage of the volume definition allowing to specify the Git revision.static interfaceContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitUrl<ParentT>The stage of the volume definition allowing to specify the Git URL mappings.static interfaceContainerGroup.DefinitionStages.VolumeDefinitionStages.WithSecretsMap<ParentT>The stage of the volume definition allowing to specify the secrets map.static interfaceContainerGroup.DefinitionStages.VolumeDefinitionStages.WithStorageAccountKey<ParentT>The stage of the volume definition allowing to specify the storage account key to access to the Azure file.static interfaceContainerGroup.DefinitionStages.VolumeDefinitionStages.WithStorageAccountName<ParentT>The stage of the volume definition allowing to specify the storage account name to access to the Azure file.static interfaceContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttach<ParentT>The final stage of the volume definition.
-