| 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.WithNextContainerInstance
The stage of the container group definition allowing to specify a container instance.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerGroup.DefinitionStages.WithCreate |
ContainerGroup.DefinitionStages.WithFirstContainerInstance.withContainerInstance(String imageName)
Defines one container instance for the specified image with one CPU count and 1.5 GB memory, with TCP port 80 opened externally.
|
ContainerGroup.DefinitionStages.WithCreate |
ContainerGroup.DefinitionStages.WithFirstContainerInstance.withContainerInstance(String imageName,
int port)
Defines one container instance for the specified image with one CPU count and 1.5 GB memory, with a custom TCP port opened externally.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/