public static interface ContainerGroup.DefinitionStages.VolumeDefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
ContainerGroup.DefinitionStages.VolumeDefinitionStages.VolumeDefinition<ParentT>
Grouping of the container group's volume definition stages.
|
static interface |
ContainerGroup.DefinitionStages.VolumeDefinitionStages.VolumeDefinitionBlank<ParentT>
The first stage of the volume definition.
|
static interface |
ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithAzureFileShare<ParentT>
The stage of the volume definition allowing to specify a read only Azure File Share name.
|
static interface |
ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitDirectoryName<ParentT>
The stage of the volume definition allowing to specify the Git target directory name mappings.
|
static interface |
ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitRevision<ParentT>
The stage of the volume definition allowing to specify the Git revision.
|
static interface |
ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitUrl<ParentT>
The stage of the volume definition allowing to specify the Git URL mappings.
|
static interface |
ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithSecretsMap<ParentT>
The stage of the volume definition allowing to specify the secrets map.
|
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.
|
static interface |
ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithStorageAccountName<ParentT>
The stage of the volume definition allowing to specify the storage account name to access to the Azure file.
|
static interface |
ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttach<ParentT>
The final stage of the volume definition.
|
Copyright © 2019. All rights reserved.