- CachedImages - Class in com.microsoft.azure.management.containerinstance
-
The cached image and OS type.
- CachedImages() - Constructor for class com.microsoft.azure.management.containerinstance.CachedImages
-
- Capabilities - Class in com.microsoft.azure.management.containerinstance
-
The regional capabilities.
- Capabilities() - Constructor for class com.microsoft.azure.management.containerinstance.Capabilities
-
- capabilities() - Method in class com.microsoft.azure.management.containerinstance.Capabilities
-
Get the supported capabilities.
- CapabilitiesCapabilities - Class in com.microsoft.azure.management.containerinstance
-
The supported capabilities.
- CapabilitiesCapabilities() - Constructor for class com.microsoft.azure.management.containerinstance.CapabilitiesCapabilities
-
- clientId() - Method in class com.microsoft.azure.management.containerinstance.ContainerGroupIdentityUserAssignedIdentitiesValue
-
Get the client id of user assigned identity.
- cols() - Method in class com.microsoft.azure.management.containerinstance.ContainerExecRequestTerminalSize
-
Get the column size of the terminal.
- 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 commands to execute within the container instance in exec form.
- command() - Method in class com.microsoft.azure.management.containerinstance.ContainerExec
-
Get the commands to execute within the container.
- command() - Method in class com.microsoft.azure.management.containerinstance.ContainerExecRequest
-
Get the command to be executed.
- Container - Class in com.microsoft.azure.management.containerinstance
-
A container instance.
- Container() - Constructor for class com.microsoft.azure.management.containerinstance.Container
-
- CONTAINER_INSIGHTS - Static variable in class com.microsoft.azure.management.containerinstance.LogAnalyticsLogType
-
Static value ContainerInsights for LogAnalyticsLogType.
- CONTAINER_INSTANCE_LOGS - Static variable in class com.microsoft.azure.management.containerinstance.LogAnalyticsLogType
-
Static value ContainerInstanceLogs for LogAnalyticsLogType.
- ContainerExec - Class in com.microsoft.azure.management.containerinstance
-
The container execution command, for liveness or readiness probe.
- ContainerExec() - Constructor for class com.microsoft.azure.management.containerinstance.ContainerExec
-
- ContainerExecRequest - Class in com.microsoft.azure.management.containerinstance
-
The container exec request.
- ContainerExecRequest() - Constructor for class com.microsoft.azure.management.containerinstance.ContainerExecRequest
-
- ContainerExecRequestTerminalSize - Class in com.microsoft.azure.management.containerinstance
-
The size of the terminal.
- ContainerExecRequestTerminalSize() - Constructor for class com.microsoft.azure.management.containerinstance.ContainerExecRequestTerminalSize
-
- ContainerExecResponse - Interface in com.microsoft.azure.management.containerinstance
-
Response containing the container exec command.
- 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
-
Starts the exec command for a specific container instance within the current group asynchronously.
- 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.WithGpuResource<ParentT> - Interface in com.microsoft.azure.management.containerinstance
-
- 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.DnsConfigFork - Interface in com.microsoft.azure.management.containerinstance
-
- 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.WithGitDirectoryName<ParentT> - Interface in com.microsoft.azure.management.containerinstance
-
The stage of the volume definition allowing to specify the Git target directory name mappings.
- ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitRevision<ParentT> - Interface in com.microsoft.azure.management.containerinstance
-
The stage of the volume definition allowing to specify the Git revision.
- ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitUrl<ParentT> - Interface in com.microsoft.azure.management.containerinstance
-
The stage of the volume definition allowing to specify the Git URL mappings.
- ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithSecretsMap<ParentT> - Interface in com.microsoft.azure.management.containerinstance
-
The stage of the volume definition allowing to specify the secrets map.
- 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.WithDnsConfig - Interface in com.microsoft.azure.management.containerinstance
-
The stage of the container group definition allowing to specify the DNS configuration of the container group.
- ContainerGroup.DefinitionStages.WithDnsPrefix - Interface in com.microsoft.azure.management.containerinstance
-
The stage of the container group definition allowing to specify the DNS prefix label.
- 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.WithLogAnalytics - Interface in com.microsoft.azure.management.containerinstance
-
The stage of the container group definition allowing to specify the log analytics platform for the container group.
- ContainerGroup.DefinitionStages.WithNetworkProfile - Interface in com.microsoft.azure.management.containerinstance
-
The stage of the container group definition allowing to specify the network profile id.
- 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.WithRestartPolicy - Interface in com.microsoft.azure.management.containerinstance
-
The stage of the container group definition allowing to specify the container group restart policy.
- ContainerGroup.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate - Interface in com.microsoft.azure.management.containerinstance
-
The stage of the container instance definition allowing to specify system assigned managed service identity with specific
role based access.
- ContainerGroup.DefinitionStages.WithSystemAssignedManagedServiceIdentity - Interface in com.microsoft.azure.management.containerinstance
-
The stage of the container instance definition allowing to specify having system assigned managed service identity.
- ContainerGroup.DefinitionStages.WithUserAssignedManagedServiceIdentity - Interface in com.microsoft.azure.management.containerinstance
-
The stage of the container instance definition allowing to specify user assigned managed service identity.
- 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.
- ContainerGroup.Update - Interface in com.microsoft.azure.management.containerinstance
-
The template for an update operation, containing all the settings that can be modified.
- ContainerGroupDiagnostics - Class in com.microsoft.azure.management.containerinstance
-
Container group diagnostic information.
- ContainerGroupDiagnostics() - Constructor for class com.microsoft.azure.management.containerinstance.ContainerGroupDiagnostics
-
- ContainerGroupIdentity - Class in com.microsoft.azure.management.containerinstance
-
Identity for the container group.
- ContainerGroupIdentity() - Constructor for class com.microsoft.azure.management.containerinstance.ContainerGroupIdentity
-
- ContainerGroupIdentityUserAssignedIdentitiesValue - Class in com.microsoft.azure.management.containerinstance
-
The ContainerGroupIdentityUserAssignedIdentitiesValue model.
- ContainerGroupIdentityUserAssignedIdentitiesValue() - Constructor for class com.microsoft.azure.management.containerinstance.ContainerGroupIdentityUserAssignedIdentitiesValue
-
- ContainerGroupIpAddressType - Class in com.microsoft.azure.management.containerinstance
-
Defines values for ContainerGroupIpAddressType.
- ContainerGroupIpAddressType() - Constructor for class com.microsoft.azure.management.containerinstance.ContainerGroupIpAddressType
-
- ContainerGroupNetworkProfile - Class in com.microsoft.azure.management.containerinstance
-
Container group network profile information.
- ContainerGroupNetworkProfile() - Constructor for class com.microsoft.azure.management.containerinstance.ContainerGroupNetworkProfile
-
- ContainerGroupNetworkProtocol - Class in com.microsoft.azure.management.containerinstance
-
Defines values for ContainerGroupNetworkProtocol.
- ContainerGroupNetworkProtocol() - Constructor for class com.microsoft.azure.management.containerinstance.ContainerGroupNetworkProtocol
-
- ContainerGroupPropertiesInstanceView - Class in com.microsoft.azure.management.containerinstance
-
The instance view of the container group.
- ContainerGroupPropertiesInstanceView() - Constructor for class com.microsoft.azure.management.containerinstance.ContainerGroupPropertiesInstanceView
-
- ContainerGroupRestartPolicy - Class in com.microsoft.azure.management.containerinstance
-
Defines values for ContainerGroupRestartPolicy.
- ContainerGroupRestartPolicy() - Constructor for class com.microsoft.azure.management.containerinstance.ContainerGroupRestartPolicy
-
- ContainerGroups - Interface in com.microsoft.azure.management.containerinstance
-
Entry point to the container instance management API.
- ContainerHttpGet - Class in com.microsoft.azure.management.containerinstance
-
The container Http Get settings, for liveness or readiness probe.
- ContainerHttpGet() - Constructor for class com.microsoft.azure.management.containerinstance.ContainerHttpGet
-
- ContainerInstanceOperationsOrigin - Class in com.microsoft.azure.management.containerinstance
-
Defines values for ContainerInstanceOperationsOrigin.
- ContainerInstanceOperationsOrigin() - Constructor for class com.microsoft.azure.management.containerinstance.ContainerInstanceOperationsOrigin
-
- ContainerNetworkProtocol - Class in com.microsoft.azure.management.containerinstance
-
Defines values for ContainerNetworkProtocol.
- ContainerNetworkProtocol() - Constructor for class com.microsoft.azure.management.containerinstance.ContainerNetworkProtocol
-
- ContainerPort - Class in com.microsoft.azure.management.containerinstance
-
The port exposed on the container instance.
- ContainerPort() - Constructor for class com.microsoft.azure.management.containerinstance.ContainerPort
-
- ContainerProbe - Class in com.microsoft.azure.management.containerinstance
-
The container probe, for liveness or readiness.
- ContainerProbe() - Constructor for class com.microsoft.azure.management.containerinstance.ContainerProbe
-
- ContainerPropertiesInstanceView - Class in com.microsoft.azure.management.containerinstance
-
The instance view of the container instance.
- ContainerPropertiesInstanceView() - Constructor for class com.microsoft.azure.management.containerinstance.ContainerPropertiesInstanceView
-
- containers() - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup
-
- ContainerState - Class in com.microsoft.azure.management.containerinstance
-
The container instance state.
- ContainerState() - Constructor for class com.microsoft.azure.management.containerinstance.ContainerState
-
- count() - Method in class com.microsoft.azure.management.containerinstance.Event
-
Get the count of the event.
- count() - Method in class com.microsoft.azure.management.containerinstance.GpuResource
-
Get the count of the GPU resource.
- cpu() - Method in class com.microsoft.azure.management.containerinstance.ResourceLimits
-
Get the CPU limit of this container instance.
- cpu() - Method in class com.microsoft.azure.management.containerinstance.ResourceRequests
-
Get the CPU request of this container instance.
- currentState() - Method in class com.microsoft.azure.management.containerinstance.ContainerPropertiesInstanceView
-
Get current container instance state.
- currentValue() - Method in class com.microsoft.azure.management.containerinstance.Usage
-
Get the current usage of the resource.
- webSocketUri() - Method in interface com.microsoft.azure.management.containerinstance.ContainerExecResponse
-
Get the webSocketUri 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 Azure File volume.
- withCols(Integer) - Method in class com.microsoft.azure.management.containerinstance.ContainerExecRequestTerminalSize
-
Set the column size of the terminal.
- withCommand(List<String>) - Method in class com.microsoft.azure.management.containerinstance.Container
-
Set the commands to execute within the container instance in exec form.
- withCommand(List<String>) - Method in class com.microsoft.azure.management.containerinstance.ContainerExec
-
Set the commands to execute within the container.
- withCommand(String) - Method in class com.microsoft.azure.management.containerinstance.ContainerExecRequest
-
Set the command to be executed.
- 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.Event
-
Set the count of the event.
- withCount(int) - Method in class com.microsoft.azure.management.containerinstance.GpuResource
-
Set the count of the GPU resource.
- withCpu(Double) - Method in class com.microsoft.azure.management.containerinstance.ResourceLimits
-
Set the CPU limit of this container instance.
- withCpu(double) - Method in class com.microsoft.azure.management.containerinstance.ResourceRequests
-
Set the CPU request of this container instance.
- 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.
- withDescription(String) - Method in class com.microsoft.azure.management.containerinstance.OperationDisplay
-
Set the description of the operation.
- withDetailStatus(String) - Method in class com.microsoft.azure.management.containerinstance.ContainerState
-
Set the human-readable status of the container instance state.
- withDirectory(String) - Method in class com.microsoft.azure.management.containerinstance.GitRepoVolume
-
Set target directory name.
- withDisplay(OperationDisplay) - Method in class com.microsoft.azure.management.containerinstance.Operation
-
Set the display information of the operation.
- withDnsConfiguration(List<String>, String, String) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithDnsConfig
-
Specifies the DNS configuration for the container group.
- withDnsNameLabel(String) - Method in class com.microsoft.azure.management.containerinstance.IpAddress
-
Set the Dns name label for the IP.
- withDnsPrefix(String) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithDnsPrefix
-
Specifies the DNS prefix to be used to create the FQDN for the container group.
- withDnsServerNames(List<String>) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithDnsConfig
-
Specifies the DNS servers for the container group.
- withEmptyDir(Object) - Method in class com.microsoft.azure.management.containerinstance.Volume
-
Set the empty directory volume.
- withEmptyDirectoryVolume(String) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithPrivateImageRegistryOrVolume
-
Specifies an empty directory volume that can be shared by the container instances in the container group.
- 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 environment variables to set in the container instance.
- withEnvironmentVariables(Map<String, String>) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithEnvironmentVariables
-
Specifies the environment variables.
- withEnvironmentVariableWithSecuredValue(Map<String, String>) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithEnvironmentVariables
-
Specifies a collection of name and secure value pairs for the environment variables.
- withEnvironmentVariableWithSecuredValue(String, String) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithEnvironmentVariables
-
Specifies the environment variable that has a secured value.
- withExec(ContainerExec) - Method in class com.microsoft.azure.management.containerinstance.ContainerProbe
-
Set the execution command to probe.
- 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.
- withExistingUserAssignedManagedServiceIdentity(Identity) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithUserAssignedManagedServiceIdentity
-
Specifies an existing user assigned identity to be associate with the container group.
- withExitCode(Integer) - Method in class com.microsoft.azure.management.containerinstance.ContainerState
-
Set the container instance exit codes correspond to those from the `docker run` command.
- 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.
- withFailureThreshold(Integer) - Method in class com.microsoft.azure.management.containerinstance.ContainerProbe
-
Set the failure threshold.
- withFinishTime(DateTime) - Method in class com.microsoft.azure.management.containerinstance.ContainerState
-
Set the date-time when the container instance state finished.
- withFirstTimestamp(DateTime) - Method in class com.microsoft.azure.management.containerinstance.Event
-
Set the date-time of the earliest logged event.
- withGitDirectoryName(String) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitDirectoryName
-
Specifies the Git target directory name for the new volume.
- withGitRepo(GitRepoVolume) - Method in class com.microsoft.azure.management.containerinstance.Volume
-
Set the git repo volume.
- withGitRevision(String) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitRevision
-
Specifies the Git revision for the new volume.
- withGitUrl(String) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitUrl
-
Specifies the Git URL for the new volume.
- withGpu(GpuResource) - Method in class com.microsoft.azure.management.containerinstance.ResourceLimits
-
Set the GPU limit of this container instance.
- withGpu(GpuResource) - Method in class com.microsoft.azure.management.containerinstance.ResourceRequests
-
Set the GPU request of this container instance.
- withGpuResource(int, GpuSku) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithGpuResource
-
- withHttpGet(ContainerHttpGet) - Method in class com.microsoft.azure.management.containerinstance.ContainerProbe
-
Set the Http Get settings to probe.
- withId(String) - Method in class com.microsoft.azure.management.containerinstance.CachedImages
-
Set the resource Id of the cached image.
- withId(String) - Method in class com.microsoft.azure.management.containerinstance.ContainerGroupNetworkProfile
-
Set the identifier for a network profile.
- withImage(String) - Method in class com.microsoft.azure.management.containerinstance.CachedImages
-
Set the cached image name.
- withImage(String) - Method in class com.microsoft.azure.management.containerinstance.Container
-
Set the name of the image used to create the container instance.
- withImage(String) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithImage
-
Specifies the container image to be used.
- withInitialDelaySeconds(Integer) - Method in class com.microsoft.azure.management.containerinstance.ContainerProbe
-
Set the initial delay seconds.
- withInternalTcpPort(int) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithPorts
-
Specifies the container's TCP port is available to internal clients only (other container instances within the container group).
- withInternalTcpPorts(int...) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithPorts
-
Specifies the container's TCP ports are available to internal clients only (other container instances within the container group).
- withInternalUdpPort(int) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithPorts
-
Specifies the container's UDP port is available to internal clients only (other container instances within the container group).
- withInternalUdpPorts(int...) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithPorts
-
Specifies the container's Udp 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 exposed to the public internet.
- withLastTimestamp(DateTime) - Method in class com.microsoft.azure.management.containerinstance.Event
-
Set the date-time of the latest logged event.
- withLimits(ResourceLimits) - Method in class com.microsoft.azure.management.containerinstance.ResourceRequirements
-
Set the resource limits of this container instance.
- withLinux() - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithOsType
-
Specifies this is a Linux container group.
- withLivenessProbe(ContainerProbe) - Method in class com.microsoft.azure.management.containerinstance.Container
-
Set the liveness probe.
- withLogAnalytics(String, String) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithLogAnalytics
-
Specifies the log analytics workspace to use for the container group.
- withLogAnalytics(String, String, LogAnalyticsLogType, Map<String, String>) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithLogAnalytics
-
Specifies the log analytics workspace with optional add-ons for the container group.
- withLogAnalytics(LogAnalytics) - Method in class com.microsoft.azure.management.containerinstance.ContainerGroupDiagnostics
-
Set container group log analytics information.
- withLogType(LogAnalyticsLogType) - Method in class com.microsoft.azure.management.containerinstance.LogAnalytics
-
Set the log type to be used.
- withMemoryInGB(Double) - Method in class com.microsoft.azure.management.containerinstance.ResourceLimits
-
Set the memory limit in GB of this container instance.
- withMemoryInGB(double) - Method in class com.microsoft.azure.management.containerinstance.ResourceRequests
-
Set the memory request in GB of this container instance.
- 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.Event
-
Set the event message.
- withMetadata(Map<String, String>) - Method in class com.microsoft.azure.management.containerinstance.LogAnalytics
-
Set metadata for log analytics.
- withMountPath(String) - Method in class com.microsoft.azure.management.containerinstance.VolumeMount
-
Set the path within the container where the volume should be mounted.
- withName(String) - Method in class com.microsoft.azure.management.containerinstance.Container
-
Set the user-provided name of the container instance.
- withName(String) - Method in class com.microsoft.azure.management.containerinstance.EnvironmentVariable
-
Set the name of the environment variable.
- withName(String) - Method in class com.microsoft.azure.management.containerinstance.Event
-
Set the event name.
- withName(String) - Method in class com.microsoft.azure.management.containerinstance.Operation
-
Set the name of the operation.
- withName(String) - Method in class com.microsoft.azure.management.containerinstance.Volume
-
Set the name of the volume.
- withName(String) - Method in class com.microsoft.azure.management.containerinstance.VolumeMount
-
Set the name of the volume mount.
- withNameServers(List<String>) - Method in class com.microsoft.azure.management.containerinstance.DnsConfiguration
-
Set the DNS servers for the container group.
- withNetworkProfileId(String, String, String) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithNetworkProfile
-
Specifies the network profile information for a container group.
- withNewAzureFileShareVolume(String, String) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithPrivateImageRegistryOrVolume
-
Specifies a new Azure file share name to be created.
- withNewUserAssignedManagedServiceIdentity(Creatable<Identity>) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithUserAssignedManagedServiceIdentity
-
Specifies the definition of a not-yet-created user assigned identity to be associated with the virtual machine.
- withOperation(String) - Method in class com.microsoft.azure.management.containerinstance.OperationDisplay
-
Set the friendly name of the operation.
- withOptions(String) - Method in class com.microsoft.azure.management.containerinstance.DnsConfiguration
-
Set the DNS options for the container group.
- withOrigin(ContainerInstanceOperationsOrigin) - Method in class com.microsoft.azure.management.containerinstance.Operation
-
Set the intended executor of the operation.
- withOsType(String) - Method in class com.microsoft.azure.management.containerinstance.CachedImages
-
Set the OS type of the cached image.
- 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 for the private registry.
- withPath(String) - Method in class com.microsoft.azure.management.containerinstance.ContainerHttpGet
-
Set the path to probe.
- withPeriodSeconds(Integer) - Method in class com.microsoft.azure.management.containerinstance.ContainerProbe
-
Set the period seconds.
- withPort(int) - Method in class com.microsoft.azure.management.containerinstance.ContainerHttpGet
-
Set the port number to probe.
- withPort(int) - Method in class com.microsoft.azure.management.containerinstance.ContainerPort
-
Set the port number exposed within the container group.
- withPort(int) - Method in class com.microsoft.azure.management.containerinstance.Port
-
Set the port number.
- withPorts(List<ContainerPort>) - Method in class com.microsoft.azure.management.containerinstance.Container
-
Set the exposed ports on the container instance.
- withPorts(List<Port>) - Method in class com.microsoft.azure.management.containerinstance.IpAddress
-
Set the list of ports exposed on the container group.
- 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.
- withProperties(Object) - Method in class com.microsoft.azure.management.containerinstance.Operation
-
Set the additional properties.
- withProtocol(ContainerNetworkProtocol) - Method in class com.microsoft.azure.management.containerinstance.ContainerPort
-
Set the protocol associated with the port.
- withProtocol(ContainerGroupNetworkProtocol) - Method in class com.microsoft.azure.management.containerinstance.Port
-
Set the protocol associated with the port.
- withProvider(String) - Method in class com.microsoft.azure.management.containerinstance.OperationDisplay
-
Set the name of the provider of the operation.
- 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.
- withReadinessProbe(ContainerProbe) - Method in class com.microsoft.azure.management.containerinstance.Container
-
Set the readiness probe.
- withReadOnly(Boolean) - Method in class com.microsoft.azure.management.containerinstance.AzureFileVolume
-
Set the flag indicating whether the Azure File shared mounted as a volume is read-only.
- withReadOnly(Boolean) - Method in class com.microsoft.azure.management.containerinstance.VolumeMount
-
Set the flag indicating whether the volume mount is read-only.
- 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.
- withRepository(String) - Method in class com.microsoft.azure.management.containerinstance.GitRepoVolume
-
Set repository URL.
- withRequests(ResourceRequests) - Method in class com.microsoft.azure.management.containerinstance.ResourceRequirements
-
Set the resource requests of this container instance.
- withResource(String) - Method in class com.microsoft.azure.management.containerinstance.OperationDisplay
-
Set the name of the resource type of the operation.
- withResources(ResourceRequirements) - Method in class com.microsoft.azure.management.containerinstance.Container
-
Set the resource requirements of the container instance.
- withRestartPolicy(ContainerGroupRestartPolicy) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithRestartPolicy
-
Specifies the restart policy for all the container instances within the container group.
- withRevision(String) - Method in class com.microsoft.azure.management.containerinstance.GitRepoVolume
-
Set commit hash for the specified revision.
- withRows(Integer) - Method in class com.microsoft.azure.management.containerinstance.ContainerExecRequestTerminalSize
-
Set the row size of the terminal.
- withScheme(String) - Method in class com.microsoft.azure.management.containerinstance.ContainerHttpGet
-
Set the scheme.
- withSearchDomains(String) - Method in class com.microsoft.azure.management.containerinstance.DnsConfiguration
-
Set the DNS search domains for hostname lookup in the container group.
- withSecret(Map<String, String>) - Method in class com.microsoft.azure.management.containerinstance.Volume
-
Set the secret volume.
- withSecrets(Map<String, String>) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithSecretsMap
-
Specifies the secrets map.
- withSecureValue(String) - Method in class com.microsoft.azure.management.containerinstance.EnvironmentVariable
-
Set the value of the secure environment variable.
- withServer(String) - Method in class com.microsoft.azure.management.containerinstance.ImageRegistryCredential
-
Set the Docker image registry server without a protocol such as "http" and "https".
- withShareName(String) - Method in class com.microsoft.azure.management.containerinstance.AzureFileVolume
-
Set the name of the Azure File share to be mounted as a volume.
- withSku(GpuSku) - Method in class com.microsoft.azure.management.containerinstance.GpuResource
-
Set the SKU of the GPU resource.
- withStartingCommandLine(String, String...) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithStartingCommandLine
-
Specifies the starting command lines.
- withStartingCommandLine(String) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithStartingCommandLine
-
Specifies the starting command line.
- withStartTime(DateTime) - Method in class com.microsoft.azure.management.containerinstance.ContainerState
-
Set the date-time when the container instance state started.
- withState(String) - Method in class com.microsoft.azure.management.containerinstance.ContainerState
-
Set the state of the container instance.
- withStorageAccountKey(String) - Method in class com.microsoft.azure.management.containerinstance.AzureFileVolume
-
Set the storage account access key used to access the Azure File share.
- 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 name of the storage account that contains the Azure File share.
- 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.
- withSuccessThreshold(Integer) - Method in class com.microsoft.azure.management.containerinstance.ContainerProbe
-
Set the success threshold.
- withSystemAssignedIdentityBasedAccessTo(String, BuiltInRole) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate
-
Specifies a system assigned managed service identity with access to a specific resource with a specified role.
- withSystemAssignedIdentityBasedAccessTo(String, String) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate
-
Specifies a system assigned managed service identity with access to a specific resource with a specified role from the id.
- withSystemAssignedIdentityBasedAccessToCurrentResourceGroup(BuiltInRole) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate
-
Specifies a system assigned managed service identity with access to the current resource group and with the specified role.
- withSystemAssignedIdentityBasedAccessToCurrentResourceGroup(String) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate
-
Specifies a system assigned managed service identity with access to the current resource group and with the specified role from the id.
- withSystemAssignedManagedServiceIdentity() - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithSystemAssignedManagedServiceIdentity
-
Specifies a system assigned managed service identity for the container group.
- withTerminalSize(ContainerExecRequestTerminalSize) - Method in class com.microsoft.azure.management.containerinstance.ContainerExecRequest
-
Set the size of the terminal.
- withTimeoutSeconds(Integer) - Method in class com.microsoft.azure.management.containerinstance.ContainerProbe
-
Set the timeout seconds.
- withType(ResourceIdentityType) - Method in class com.microsoft.azure.management.containerinstance.ContainerGroupIdentity
-
Set the type of identity used for the container group.
- withType(String) - Method in class com.microsoft.azure.management.containerinstance.Event
-
Set the event type.
- withType(ContainerGroupIpAddressType) - Method in class com.microsoft.azure.management.containerinstance.IpAddress
-
Set specifies if the IP is exposed to the public internet or private VNET.
- withUserAssignedIdentities(Map<String, ContainerGroupIdentityUserAssignedIdentitiesValue>) - Method in class com.microsoft.azure.management.containerinstance.ContainerGroupIdentity
-
Set the list of user identities associated with the container group.
- withUsername(String) - Method in class com.microsoft.azure.management.containerinstance.ImageRegistryCredential
-
Set the username for the private registry.
- withValue(String) - Method in class com.microsoft.azure.management.containerinstance.EnvironmentVariable
-
Set the value of the environment variable.
- withVolumeMounts(List<VolumeMount>) - Method in class com.microsoft.azure.management.containerinstance.Container
-
Set the volume mounts available to the container instance.
- 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.
- withWorkspaceId(String) - Method in class com.microsoft.azure.management.containerinstance.LogAnalytics
-
Set the workspace id for log analytics.
- withWorkspaceKey(String) - Method in class com.microsoft.azure.management.containerinstance.LogAnalytics
-
Set the workspace key for log analytics.
- workspaceId() - Method in class com.microsoft.azure.management.containerinstance.LogAnalytics
-
Get the workspace id for log analytics.
- workspaceKey() - Method in class com.microsoft.azure.management.containerinstance.LogAnalytics
-
Get the workspace key for log analytics.