| Modifier and Type | Interface and Description |
|---|---|
static interface |
ContainerGroup.Definition
Starts the exec command for a specific container instance within the current group asynchronously.
|
static interface |
ContainerGroup.DefinitionStages.WithVolume
The stage of the container group definition allowing to specify a volume that can be mounted by a container instance.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerGroup.DefinitionStages.WithFirstContainerInstance |
ContainerGroup.DefinitionStages.WithPrivateImageRegistryOrVolume.withEmptyDirectoryVolume(String name)
Specifies an empty directory volume that can be shared by the container instances in the container group.
|
ContainerGroup.DefinitionStages.WithFirstContainerInstance |
ContainerGroup.DefinitionStages.WithPrivateImageRegistryOrVolume.withNewAzureFileShareVolume(String volumeName,
String shareName)
Specifies a new Azure file share name to be created.
|
ContainerGroup.DefinitionStages.WithFirstContainerInstance |
ContainerGroup.DefinitionStages.WithPrivateImageRegistryOrVolume.withoutVolume()
Skips the definition of volumes to be shared by the container instances.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/