| Modifier and Type | Interface and Description |
|---|---|
static interface |
ContainerGroup.Definition
The entirety of the Azure Container Instance service container group definition.
|
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.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.
*/