| Package | Description |
|---|---|
| com.azure.resourcemanager.containerinstance.models |
Package containing the data models for ContainerInstanceManagementClient.
|
| 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 © 2021 Microsoft Corporation. All rights reserved.