| Class and Description |
|---|
| AzureFileVolume
The Azure file volume.
|
| Container
A container instance.
|
| ContainerEvent
A container event.
|
| ContainerGroup.DefinitionStages.Blank
The first stage of the container group definition.
|
| ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.ContainerInstanceDefinitionBlank
The first stage of the container instance definition.
|
| ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach
The final stage of the container instance definition.
|
| ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithCpuCoreCount
The stage of the container instance definition allowing to specify the number of CPU cores.
|
| ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithEnvironmentVariables
The stage of the container instance definition allowing to specify the environment variables.
|
| ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithImage
The stage of the container instance definition allowing to specify the container image.
|
| ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithMemorySize
The stage of the container instance definition allowing to specify the memory size in GB.
|
| ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithOrWithoutPorts
The stage of the container instance definition allowing to specify (or not) the container ports.
|
| ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithoutPorts
The stage of the container instance definition allowing not to specify any container ports internal or external.
|
| ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithPorts
The stage of the container instance definition allowing to specify the container ports.
|
| ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithPortsOrContainerInstanceAttach
The stage of the container instance definition allowing to specify one or more container ports.
|
| ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithStartingCommandLine
The stage of the container instance definition allowing to specify the starting command line.
|
| ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithVolumeMountSetting
The stage of the container instance definition allowing to specify volume mount setting.
|
| ContainerGroup.DefinitionStages.VolumeDefinitionStages.VolumeDefinitionBlank
The first stage of the volume definition.
|
| ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithAzureFileShare
The stage of the volume definition allowing to specify a read only Azure File Share name.
|
| ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithStorageAccountKey
The stage of the volume definition allowing to specify the storage account key to access to the Azure file.
|
| ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithStorageAccountName
The stage of the volume definition allowing to specify the storage account name to access to the Azure file.
|
| ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttach
The final stage of the volume definition.
|
| ContainerGroup.DefinitionStages.WithCreate
The stage of the definition which contains all the minimum required inputs for the resource to be created
(via
Creatable.create()), but also allows for any other optional settings to be specified. |
| ContainerGroup.DefinitionStages.WithFirstContainerInstance
The stage of the container group definition allowing to specify first required container instance.
|
| ContainerGroup.DefinitionStages.WithGroup
The stage of the container group definition allowing to specify the resource group.
|
| ContainerGroup.DefinitionStages.WithNextContainerInstance
The stage of the container group definition allowing to specify a container instance.
|
| ContainerGroup.DefinitionStages.WithOsType
The stage of the container group definition allowing to specify the OS type.
|
| ContainerGroup.DefinitionStages.WithPrivateImageRegistry
The stage of the container group definition allowing to specify a private image registry.
|
| ContainerGroup.DefinitionStages.WithPrivateImageRegistryOrVolume
The stage of the container group definition allowing to specify a private image registry or a volume.
|
| ContainerGroup.DefinitionStages.WithPublicImageRegistryOnly
The stage of the container group definition allowing to skip the private image registry.
|
| ContainerGroup.DefinitionStages.WithPublicOrPrivateImageRegistry
The stage of the container group definition allowing to specify a public only or private image registry.
|
| ContainerGroup.DefinitionStages.WithVolume
The stage of the container group definition allowing to specify a volume that can be mounted by a container instance.
|
| ContainerGroupNetworkProtocol
Defines values for ContainerGroupNetworkProtocol.
|
| ContainerPort
The container port.
|
| ContainerPropertiesInstanceView
The instance view of the container.
|
| ContainerRestartPolicy
Defines values for ContainerRestartPolicy.
|
| ContainerState
The container state.
|
| EnvironmentVariable
Environment variable to set within the container.
|
| ImageRegistryCredential
Image registry credential.
|
| IpAddress
IP address for the group.
|
| OperatingSystemTypes
Defines values for OperatingSystemTypes.
|
| Port
The port.
|
| ResourceLimits
The resource limits.
|
| ResourceRequests
The resource requests.
|
| ResourceRequirements
The resource requirements.
|
| Volume
The volume.
|
| VolumeMount
The volume mount.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/