- com.microsoft.azure.management.containerinstance - package com.microsoft.azure.management.containerinstance
-
This package contains the classes for ContainerInstanceManagementClient.
- command() - Method in class com.microsoft.azure.management.containerinstance.Container
-
Get the command value.
- Container - Class in com.microsoft.azure.management.containerinstance
-
A container instance.
- Container() - Constructor for class com.microsoft.azure.management.containerinstance.Container
-
- ContainerEvent - Class in com.microsoft.azure.management.containerinstance
-
A container event.
- ContainerEvent() - Constructor for class com.microsoft.azure.management.containerinstance.ContainerEvent
-
- ContainerGroup - Interface in com.microsoft.azure.management.containerinstance
-
An immutable client-side representation of an Azure Container Group.
- ContainerGroup.Definition - Interface in com.microsoft.azure.management.containerinstance
-
The entirety of the Azure Container Instance service container group definition.
- ContainerGroup.DefinitionStages - Interface in com.microsoft.azure.management.containerinstance
-
Grouping of the container group definition stages.
- ContainerGroup.DefinitionStages.Blank - Interface in com.microsoft.azure.management.containerinstance
-
The first stage of the container group definition.
- ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages - Interface in com.microsoft.azure.management.containerinstance
-
Grouping of volume definition stages.
- ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.ContainerInstanceDefinition<ParentT> - Interface in com.microsoft.azure.management.containerinstance
-
Grouping of the container group's volume definition stages.
- ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.ContainerInstanceDefinitionBlank<ParentT> - Interface in com.microsoft.azure.management.containerinstance
-
The first stage of the container instance definition.
- ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> - Interface in com.microsoft.azure.management.containerinstance
-
The final stage of the container instance definition.
- ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithCpuCoreCount<ParentT> - Interface in com.microsoft.azure.management.containerinstance
-
The stage of the container instance definition allowing to specify the number of CPU cores.
- ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithEnvironmentVariables<ParentT> - Interface in com.microsoft.azure.management.containerinstance
-
The stage of the container instance definition allowing to specify the environment variables.
- ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithImage<ParentT> - Interface in com.microsoft.azure.management.containerinstance
-
The stage of the container instance definition allowing to specify the container image.
- ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithMemorySize<ParentT> - Interface in com.microsoft.azure.management.containerinstance
-
The stage of the container instance definition allowing to specify the memory size in GB.
- ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithOrWithoutPorts<ParentT> - Interface in com.microsoft.azure.management.containerinstance
-
The stage of the container instance definition allowing to specify (or not) the container ports.
- ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithoutPorts<ParentT> - Interface in com.microsoft.azure.management.containerinstance
-
The stage of the container instance definition allowing not to specify any container ports internal or external.
- ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithPorts<ParentT> - Interface in com.microsoft.azure.management.containerinstance
-
The stage of the container instance definition allowing to specify the container ports.
- ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithPortsOrContainerInstanceAttach<ParentT> - Interface in com.microsoft.azure.management.containerinstance
-
The stage of the container instance definition allowing to specify one or more container ports.
- ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithStartingCommandLine<ParentT> - Interface in com.microsoft.azure.management.containerinstance
-
The stage of the container instance definition allowing to specify the starting command line.
- ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithVolumeMountSetting<ParentT> - Interface in com.microsoft.azure.management.containerinstance
-
The stage of the container instance definition allowing to specify volume mount setting.
- ContainerGroup.DefinitionStages.VolumeDefinitionStages - Interface in com.microsoft.azure.management.containerinstance
-
Grouping of volume definition stages.
- ContainerGroup.DefinitionStages.VolumeDefinitionStages.VolumeDefinition<ParentT> - Interface in com.microsoft.azure.management.containerinstance
-
Grouping of the container group's volume definition stages.
- ContainerGroup.DefinitionStages.VolumeDefinitionStages.VolumeDefinitionBlank<ParentT> - Interface in com.microsoft.azure.management.containerinstance
-
The first stage of the volume definition.
- ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithAzureFileShare<ParentT> - Interface in com.microsoft.azure.management.containerinstance
-
The stage of the volume definition allowing to specify a read only Azure File Share name.
- ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithStorageAccountKey<ParentT> - Interface in com.microsoft.azure.management.containerinstance
-
The stage of the volume definition allowing to specify the storage account key to access to the Azure file.
- ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithStorageAccountName<ParentT> - Interface in com.microsoft.azure.management.containerinstance
-
The stage of the volume definition allowing to specify the storage account name to access to the Azure file.
- ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttach<ParentT> - Interface in com.microsoft.azure.management.containerinstance
-
The final stage of the volume definition.
- ContainerGroup.DefinitionStages.WithCreate - Interface in com.microsoft.azure.management.containerinstance
-
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 - Interface in com.microsoft.azure.management.containerinstance
-
The stage of the container group definition allowing to specify first required container instance.
- ContainerGroup.DefinitionStages.WithGroup - Interface in com.microsoft.azure.management.containerinstance
-
The stage of the container group definition allowing to specify the resource group.
- ContainerGroup.DefinitionStages.WithNextContainerInstance - Interface in com.microsoft.azure.management.containerinstance
-
The stage of the container group definition allowing to specify a container instance.
- ContainerGroup.DefinitionStages.WithOsType - Interface in com.microsoft.azure.management.containerinstance
-
The stage of the container group definition allowing to specify the OS type.
- ContainerGroup.DefinitionStages.WithPrivateImageRegistry - Interface in com.microsoft.azure.management.containerinstance
-
The stage of the container group definition allowing to specify a private image registry.
- ContainerGroup.DefinitionStages.WithPrivateImageRegistryOrVolume - Interface in com.microsoft.azure.management.containerinstance
-
The stage of the container group definition allowing to specify a private image registry or a volume.
- ContainerGroup.DefinitionStages.WithPublicImageRegistryOnly - Interface in com.microsoft.azure.management.containerinstance
-
The stage of the container group definition allowing to skip the private image registry.
- ContainerGroup.DefinitionStages.WithPublicOrPrivateImageRegistry - Interface in com.microsoft.azure.management.containerinstance
-
The stage of the container group definition allowing to specify a public only or private image registry.
- ContainerGroup.DefinitionStages.WithVolume - Interface in com.microsoft.azure.management.containerinstance
-
The stage of the container group definition allowing to specify a volume that can be mounted by a container instance.
- ContainerGroupNetworkProtocol - Class in com.microsoft.azure.management.containerinstance
-
Defines values for ContainerGroupNetworkProtocol.
- ContainerGroupNetworkProtocol(String) - Constructor for class com.microsoft.azure.management.containerinstance.ContainerGroupNetworkProtocol
-
Creates a custom value for ContainerGroupNetworkProtocol.
- ContainerGroups - Interface in com.microsoft.azure.management.containerinstance
-
Entry point to the container instance management API.
- ContainerPort - Class in com.microsoft.azure.management.containerinstance
-
The container port.
- ContainerPort() - Constructor for class com.microsoft.azure.management.containerinstance.ContainerPort
-
- ContainerPropertiesInstanceView - Class in com.microsoft.azure.management.containerinstance
-
The instance view of the container.
- ContainerPropertiesInstanceView() - Constructor for class com.microsoft.azure.management.containerinstance.ContainerPropertiesInstanceView
-
- ContainerRestartPolicy - Class in com.microsoft.azure.management.containerinstance
-
Defines values for ContainerRestartPolicy.
- ContainerRestartPolicy(String) - Constructor for class com.microsoft.azure.management.containerinstance.ContainerRestartPolicy
-
Creates a custom value for ContainerRestartPolicy.
- containers() - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup
-
- ContainerState - Class in com.microsoft.azure.management.containerinstance
-
The container state.
- ContainerState() - Constructor for class com.microsoft.azure.management.containerinstance.ContainerState
-
- count() - Method in class com.microsoft.azure.management.containerinstance.ContainerEvent
-
Get the count value.
- cpu() - Method in class com.microsoft.azure.management.containerinstance.ResourceLimits
-
Get the cpu value.
- cpu() - Method in class com.microsoft.azure.management.containerinstance.ResourceRequests
-
Get the cpu value.
- currentState() - Method in class com.microsoft.azure.management.containerinstance.ContainerPropertiesInstanceView
-
Get the currentState value.
- WINDOWS - Static variable in class com.microsoft.azure.management.containerinstance.OperatingSystemTypes
-
Static value Windows for OperatingSystemTypes.
- withAzureFile(AzureFileVolume) - Method in class com.microsoft.azure.management.containerinstance.Volume
-
Set the azureFile value.
- withCommand(List<String>) - Method in class com.microsoft.azure.management.containerinstance.Container
-
Set the command value.
- withContainerInstance(String) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithFirstContainerInstance
-
Defines one container instance for the specified image with one CPU count and 1.5 GB memory, with TCP port 80 opened externally.
- withContainerInstance(String, int) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithFirstContainerInstance
-
Defines one container instance for the specified image with one CPU count and 1.5 GB memory, with a custom TCP port opened externally.
- withCount(Integer) - Method in class com.microsoft.azure.management.containerinstance.ContainerEvent
-
Set the count value.
- withCpu(Double) - Method in class com.microsoft.azure.management.containerinstance.ResourceLimits
-
Set the cpu value.
- withCpu(double) - Method in class com.microsoft.azure.management.containerinstance.ResourceRequests
-
Set the cpu value.
- withCpuCoreCount(double) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithCpuCoreCount
-
Specifies the number of CPU cores assigned to this container instance.
- withCurrentState(ContainerState) - Method in class com.microsoft.azure.management.containerinstance.ContainerPropertiesInstanceView
-
Set the currentState value.
- withDetailStatus(String) - Method in class com.microsoft.azure.management.containerinstance.ContainerState
-
Set the detailStatus value.
- withEnvironmentVariable(String, String) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithEnvironmentVariables
-
Specifies the environment variable.
- withEnvironmentVariables(List<EnvironmentVariable>) - Method in class com.microsoft.azure.management.containerinstance.Container
-
Set the environmentVariables value.
- withEnvironmentVariables(Map<String, String>) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithEnvironmentVariables
-
Specifies the environment variables.
- withEvents(List<ContainerEvent>) - Method in class com.microsoft.azure.management.containerinstance.ContainerPropertiesInstanceView
-
Set the events value.
- withExistingReadOnlyAzureFileShare(String) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithAzureFileShare
-
Specifies an existing Azure file share name.
- withExistingReadWriteAzureFileShare(String) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithAzureFileShare
-
Specifies an existing Azure file share name.
- withExitCode(Integer) - Method in class com.microsoft.azure.management.containerinstance.ContainerState
-
Set the exitCode value.
- withExternalTcpPort(int) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithPorts
-
Specifies the container's TCP port available to external clients.
- withExternalTcpPorts(int...) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithPorts
-
Specifies the container's TCP ports available to external clients.
- withExternalUdpPort(int) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithPorts
-
Specifies the container's UDP port available to external clients.
- withExternalUdpPorts(int...) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithPorts
-
Specifies the container's UDP ports available to external clients.
- withFinishTime(DateTime) - Method in class com.microsoft.azure.management.containerinstance.ContainerState
-
Set the finishTime value.
- withFirstTimestamp(DateTime) - Method in class com.microsoft.azure.management.containerinstance.ContainerEvent
-
Set the firstTimestamp value.
- withImage(String) - Method in class com.microsoft.azure.management.containerinstance.Container
-
Set the image value.
- withImage(String) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithImage
-
Specifies the container image to be used.
- withInternalPort(int) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithPorts
-
Specifies the container's port is available to internal clients only (other container instances within the container group).
- withInternalPorts(int...) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithPorts
-
Specifies the container's ports are available to internal clients only (other container instances within the container group).
- withIp(String) - Method in class com.microsoft.azure.management.containerinstance.IpAddress
-
Set the ip value.
- withLastTimestamp(DateTime) - Method in class com.microsoft.azure.management.containerinstance.ContainerEvent
-
Set the lastTimestamp value.
- withLimits(ResourceLimits) - Method in class com.microsoft.azure.management.containerinstance.ResourceRequirements
-
Set the limits value.
- withLinux() - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithOsType
-
Specifies this is a Linux container group.
- withMemoryInGB(Double) - Method in class com.microsoft.azure.management.containerinstance.ResourceLimits
-
Set the memoryInGB value.
- withMemoryInGB(double) - Method in class com.microsoft.azure.management.containerinstance.ResourceRequests
-
Set the memoryInGB value.
- withMemorySizeInGB(double) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithMemorySize
-
Specifies the memory size in GB assigned to this container instance.
- withMessage(String) - Method in class com.microsoft.azure.management.containerinstance.ContainerEvent
-
Set the message value.
- withMountPath(String) - Method in class com.microsoft.azure.management.containerinstance.VolumeMount
-
Set the mountPath value.
- withName(String) - Method in class com.microsoft.azure.management.containerinstance.Container
-
Set the name value.
- withName(String) - Method in class com.microsoft.azure.management.containerinstance.EnvironmentVariable
-
Set the name value.
- withName(String) - Method in class com.microsoft.azure.management.containerinstance.Volume
-
Set the name value.
- withName(String) - Method in class com.microsoft.azure.management.containerinstance.VolumeMount
-
Set the name value.
- withNewAzureFileShareVolume(String, String) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithPrivateImageRegistryOrVolume
-
Specifies a new Azure file share name to be created.
- withoutPorts() - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithoutPorts
-
Specifies that not ports will be opened internally or externally for this container instance.
- withoutVolume() - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithPrivateImageRegistryOrVolume
-
Skips the definition of volumes to be shared by the container instances.
- withPassword(String) - Method in class com.microsoft.azure.management.containerinstance.ImageRegistryCredential
-
Set the password value.
- withPort(int) - Method in class com.microsoft.azure.management.containerinstance.ContainerPort
-
Set the port value.
- withPort(int) - Method in class com.microsoft.azure.management.containerinstance.Port
-
Set the port value.
- withPorts(List<ContainerPort>) - Method in class com.microsoft.azure.management.containerinstance.Container
-
Set the ports value.
- withPorts(List<Port>) - Method in class com.microsoft.azure.management.containerinstance.IpAddress
-
Set the ports value.
- withPreviousState(ContainerState) - Method in class com.microsoft.azure.management.containerinstance.ContainerPropertiesInstanceView
-
Set the previousState value.
- withPrivateImageRegistry(String, String, String) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithPrivateImageRegistry
-
Specifies the private container image registry server login for the container group.
- withProtocol(ContainerGroupNetworkProtocol) - Method in class com.microsoft.azure.management.containerinstance.Port
-
Set the protocol value.
- withPublicImageRegistryOnly() - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithPublicImageRegistryOnly
-
Only public container image repository will be used to create the container instances in the container group.
- withReadOnly(Boolean) - Method in class com.microsoft.azure.management.containerinstance.AzureFileVolume
-
Set the readOnly value.
- withReadOnly(Boolean) - Method in class com.microsoft.azure.management.containerinstance.VolumeMount
-
Set the readOnly value.
- withReadOnlyVolumeMountSetting(String, String) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithVolumeMountSetting
-
Specifies the container group's volume to be mounted by the container instance at a specified mount path.
- withReadOnlyVolumeMountSetting(Map<String, String>) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithVolumeMountSetting
-
Specifies the container group's volume to be mounted by the container instance at a specified mount path.
- withRequests(ResourceRequests) - Method in class com.microsoft.azure.management.containerinstance.ResourceRequirements
-
Set the requests value.
- withResources(ResourceRequirements) - Method in class com.microsoft.azure.management.containerinstance.Container
-
Set the resources value.
- withRestartCount(Integer) - Method in class com.microsoft.azure.management.containerinstance.ContainerPropertiesInstanceView
-
Set the restartCount value.
- withServer(String) - Method in class com.microsoft.azure.management.containerinstance.ImageRegistryCredential
-
Set the server value.
- withShareName(String) - Method in class com.microsoft.azure.management.containerinstance.AzureFileVolume
-
Set the shareName value.
- withStartingCommandLine(String) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithStartingCommandLine
-
Specifies the starting command line.
- withStartingCommandLines(String...) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithStartingCommandLine
-
Specifies the starting command lines.
- withStartTime(DateTime) - Method in class com.microsoft.azure.management.containerinstance.ContainerState
-
Set the startTime value.
- withState(String) - Method in class com.microsoft.azure.management.containerinstance.ContainerState
-
Set the state value.
- withStorageAccountKey(String) - Method in class com.microsoft.azure.management.containerinstance.AzureFileVolume
-
Set the storageAccountKey value.
- withStorageAccountKey(String) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithStorageAccountKey
-
Specifies the storage account key to access to the Azure file.
- withStorageAccountName(String) - Method in class com.microsoft.azure.management.containerinstance.AzureFileVolume
-
Set the storageAccountName value.
- withStorageAccountName(String) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithStorageAccountName
-
Specifies the storage account name to access to the Azure file.
- withType(String) - Method in class com.microsoft.azure.management.containerinstance.ContainerEvent
-
Set the type value.
- withType(String) - Method in class com.microsoft.azure.management.containerinstance.IpAddress
-
Set the type value.
- withUsername(String) - Method in class com.microsoft.azure.management.containerinstance.ImageRegistryCredential
-
Set the username value.
- withValue(String) - Method in class com.microsoft.azure.management.containerinstance.EnvironmentVariable
-
Set the value value.
- withVolumeMounts(List<VolumeMount>) - Method in class com.microsoft.azure.management.containerinstance.Container
-
Set the volumeMounts value.
- withVolumeMountSetting(String, String) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithVolumeMountSetting
-
Specifies the container group's volume to be mounted by the container instance at a specified mount path.
- withVolumeMountSetting(Map<String, String>) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithVolumeMountSetting
-
Specifies the container group's volume to be mounted by the container instance at a specified mount path.
- withWindows() - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithOsType
-
Specifies this is a Windows container group.