| 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.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.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttach<ParentT> |
ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitRevision.withGitRevision(String gitRevision)
Specifies the Git revision for the new volume.
|
ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttach<ParentT> |
ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithSecretsMap.withSecrets(Map<String,String> secrets)
Specifies the secrets map.
|
ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttach<ParentT> |
ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithStorageAccountKey.withStorageAccountKey(String storageAccountKey)
Specifies the storage account key to access to the Azure file.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/