Skip navigation links
A C D E F G H I L M N O P R S T U V W 

A

ALWAYS - Static variable in class com.microsoft.azure.management.containerinstance.ContainerGroupRestartPolicy
Static value Always for ContainerGroupRestartPolicy.
azureFile() - Method in class com.microsoft.azure.management.containerinstance.Volume
Get the azureFile value.
AzureFileVolume - Class in com.microsoft.azure.management.containerinstance
The properties of the Azure File volume.
AzureFileVolume() - Constructor for class com.microsoft.azure.management.containerinstance.AzureFileVolume
 

C

cols() - Method in class com.microsoft.azure.management.containerinstance.ContainerExecRequestTerminalSize
Get the cols value.
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.
command() - Method in class com.microsoft.azure.management.containerinstance.ContainerExec
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
 
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
 
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.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.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.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.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.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
 
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 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.
currentValue() - Method in class com.microsoft.azure.management.containerinstance.Usage
Get the currentValue value.

D

defineContainerInstance(String) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithFirstContainerInstance
Begins the definition of a container instance.
defineContainerInstance(String) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithNextContainerInstance
Begins the definition of a container instance.
defineVolume(String) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithPrivateImageRegistryOrVolume
Begins the definition of a volume that can be shared by the container instances in the container group.
defineVolume(String) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithVolume
Begins the definition of a volume that can be shared by the container instances in the container group.
description() - Method in class com.microsoft.azure.management.containerinstance.OperationDisplay
Get the description value.
detailStatus() - Method in class com.microsoft.azure.management.containerinstance.ContainerState
Get the detailStatus value.
directory() - Method in class com.microsoft.azure.management.containerinstance.GitRepoVolume
Get the directory value.
display() - Method in class com.microsoft.azure.management.containerinstance.Operation
Get the display value.
dnsNameLabel() - Method in class com.microsoft.azure.management.containerinstance.IpAddress
Get the dnsNameLabel value.
dnsPrefix() - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup
 

E

emptyDir() - Method in class com.microsoft.azure.management.containerinstance.Volume
Get the emptyDir value.
EnvironmentVariable - Class in com.microsoft.azure.management.containerinstance
The environment variable to set within the container instance.
EnvironmentVariable() - Constructor for class com.microsoft.azure.management.containerinstance.EnvironmentVariable
 
environmentVariables() - Method in class com.microsoft.azure.management.containerinstance.Container
Get the environmentVariables value.
Event - Class in com.microsoft.azure.management.containerinstance
A container group or container instance event.
Event() - Constructor for class com.microsoft.azure.management.containerinstance.Event
 
events() - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup
 
events() - Method in class com.microsoft.azure.management.containerinstance.ContainerGroupPropertiesInstanceView
Get the events value.
events() - Method in class com.microsoft.azure.management.containerinstance.ContainerPropertiesInstanceView
Get the events value.
exec() - Method in class com.microsoft.azure.management.containerinstance.ContainerProbe
Get the exec value.
executeCommand(String, String, int, int) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup
Starts the exec command for a specific container instance.
executeCommandAsync(String, String, int, int) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup
Starts the exec command for a specific container instance within the container group.
exitCode() - Method in class com.microsoft.azure.management.containerinstance.ContainerState
Get the exitCode value.
externalPorts() - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup
 
externalTcpPorts() - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup
 
externalUdpPorts() - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup
 

F

failureThreshold() - Method in class com.microsoft.azure.management.containerinstance.ContainerProbe
Get the failureThreshold value.
finishTime() - Method in class com.microsoft.azure.management.containerinstance.ContainerState
Get the finishTime value.
firstTimestamp() - Method in class com.microsoft.azure.management.containerinstance.Event
Get the firstTimestamp value.
fqdn() - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup
 
fqdn() - Method in class com.microsoft.azure.management.containerinstance.IpAddress
Get the fqdn value.
fromString(String) - Static method in class com.microsoft.azure.management.containerinstance.ContainerGroupNetworkProtocol
Creates or finds a ContainerGroupNetworkProtocol from its string representation.
fromString(String) - Static method in class com.microsoft.azure.management.containerinstance.ContainerGroupRestartPolicy
Creates or finds a ContainerGroupRestartPolicy from its string representation.
fromString(String) - Static method in class com.microsoft.azure.management.containerinstance.ContainerInstanceOperationsOrigin
Creates or finds a ContainerInstanceOperationsOrigin from its string representation.
fromString(String) - Static method in class com.microsoft.azure.management.containerinstance.ContainerNetworkProtocol
Creates or finds a ContainerNetworkProtocol from its string representation.
fromString(String) - Static method in class com.microsoft.azure.management.containerinstance.OperatingSystemTypes
Creates or finds a OperatingSystemTypes from its string representation.

G

getLogContent(String) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup
Get the log content for the specified container instance within the container group.
getLogContent(String, int) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup
Get the log content for the specified container instance within the container group.
getLogContent(String, String, String) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroups
Get the log content for the specified container instance within a container group.
getLogContent(String, String, String, int) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroups
Get the log content for the specified container instance within a container group.
getLogContentAsync(String) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup
Get the log content for the specified container instance within the container group.
getLogContentAsync(String, int) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup
Get the log content for the specified container instance within the container group.
getLogContentAsync(String, String, String) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroups
Get the log content for the specified container instance within a container group.
getLogContentAsync(String, String, String, int) - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroups
Get the log content for the specified container instance within a container group.
gitRepo() - Method in class com.microsoft.azure.management.containerinstance.Volume
Get the gitRepo value.
GitRepoVolume - Class in com.microsoft.azure.management.containerinstance
Represents a volume that is populated with the contents of a git repository.
GitRepoVolume() - Constructor for class com.microsoft.azure.management.containerinstance.GitRepoVolume
 

H

httpGet() - Method in class com.microsoft.azure.management.containerinstance.ContainerProbe
Get the httpGet value.

I

image() - Method in class com.microsoft.azure.management.containerinstance.Container
Get the image value.
ImageRegistryCredential - Class in com.microsoft.azure.management.containerinstance
Image registry credential.
ImageRegistryCredential() - Constructor for class com.microsoft.azure.management.containerinstance.ImageRegistryCredential
 
imageRegistryServers() - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup
 
initialDelaySeconds() - Method in class com.microsoft.azure.management.containerinstance.ContainerProbe
Get the initialDelaySeconds value.
instanceView() - Method in class com.microsoft.azure.management.containerinstance.Container
Get the instanceView value.
ip() - Method in class com.microsoft.azure.management.containerinstance.IpAddress
Get the ip value.
ipAddress() - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup
 
IpAddress - Class in com.microsoft.azure.management.containerinstance
IP address for the container group.
IpAddress() - Constructor for class com.microsoft.azure.management.containerinstance.IpAddress
Creates an instance of IpAddress class.
isIPAddressPublic() - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup
 

L

lastTimestamp() - Method in class com.microsoft.azure.management.containerinstance.Event
Get the lastTimestamp value.
limit() - Method in class com.microsoft.azure.management.containerinstance.Usage
Get the limit value.
limits() - Method in class com.microsoft.azure.management.containerinstance.ResourceRequirements
Get the limits value.
LINUX - Static variable in class com.microsoft.azure.management.containerinstance.OperatingSystemTypes
Static value Linux for OperatingSystemTypes.
listOperations() - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroups
Lists all operations for Azure Container Instance service.
listOperationsAsync() - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroups
Lists all operations for Azure Container Instance service.
livenessProbe() - Method in class com.microsoft.azure.management.containerinstance.Container
Get the livenessProbe value.
localizedValue() - Method in class com.microsoft.azure.management.containerinstance.UsageName
Get the localizedValue value.
logAnalytics() - Method in class com.microsoft.azure.management.containerinstance.ContainerGroupDiagnostics
Get the logAnalytics value.
LogAnalytics - Class in com.microsoft.azure.management.containerinstance
Container group log analytics information.
LogAnalytics() - Constructor for class com.microsoft.azure.management.containerinstance.LogAnalytics
 

M

memoryInGB() - Method in class com.microsoft.azure.management.containerinstance.ResourceLimits
Get the memoryInGB value.
memoryInGB() - Method in class com.microsoft.azure.management.containerinstance.ResourceRequests
Get the memoryInGB value.
message() - Method in class com.microsoft.azure.management.containerinstance.Event
Get the message value.
mountPath() - Method in class com.microsoft.azure.management.containerinstance.VolumeMount
Get the mountPath value.

N

name() - Method in class com.microsoft.azure.management.containerinstance.Container
Get the name value.
name() - Method in class com.microsoft.azure.management.containerinstance.EnvironmentVariable
Get the name value.
name() - Method in class com.microsoft.azure.management.containerinstance.Event
Get the name value.
name() - Method in class com.microsoft.azure.management.containerinstance.Operation
Get the name value.
name() - Method in class com.microsoft.azure.management.containerinstance.Usage
Get the name value.
name() - Method in class com.microsoft.azure.management.containerinstance.Volume
Get the name value.
name() - Method in class com.microsoft.azure.management.containerinstance.VolumeMount
Get the name value.
NEVER - Static variable in class com.microsoft.azure.management.containerinstance.ContainerGroupRestartPolicy
Static value Never for ContainerGroupRestartPolicy.

O

ON_FAILURE - Static variable in class com.microsoft.azure.management.containerinstance.ContainerGroupRestartPolicy
Static value OnFailure for ContainerGroupRestartPolicy.
OperatingSystemTypes - Class in com.microsoft.azure.management.containerinstance
Defines values for OperatingSystemTypes.
OperatingSystemTypes() - Constructor for class com.microsoft.azure.management.containerinstance.OperatingSystemTypes
 
Operation - Class in com.microsoft.azure.management.containerinstance
An operation for Azure Container Instance service.
Operation() - Constructor for class com.microsoft.azure.management.containerinstance.Operation
 
operation() - Method in class com.microsoft.azure.management.containerinstance.OperationDisplay
Get the operation value.
OperationDisplay - Class in com.microsoft.azure.management.containerinstance
The display information of the operation.
OperationDisplay() - Constructor for class com.microsoft.azure.management.containerinstance.OperationDisplay
 
origin() - Method in class com.microsoft.azure.management.containerinstance.Operation
Get the origin value.
osType() - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup
 

P

password() - Method in interface com.microsoft.azure.management.containerinstance.ContainerExecResponse
Get the password value.
password() - Method in class com.microsoft.azure.management.containerinstance.ImageRegistryCredential
Get the password value.
path() - Method in class com.microsoft.azure.management.containerinstance.ContainerHttpGet
Get the path value.
periodSeconds() - Method in class com.microsoft.azure.management.containerinstance.ContainerProbe
Get the periodSeconds value.
port() - Method in class com.microsoft.azure.management.containerinstance.ContainerHttpGet
Get the port value.
port() - Method in class com.microsoft.azure.management.containerinstance.ContainerPort
Get the port value.
Port - Class in com.microsoft.azure.management.containerinstance
The port exposed on the container group.
Port() - Constructor for class com.microsoft.azure.management.containerinstance.Port
 
port() - Method in class com.microsoft.azure.management.containerinstance.Port
Get the port value.
ports() - Method in class com.microsoft.azure.management.containerinstance.Container
Get the ports value.
ports() - Method in class com.microsoft.azure.management.containerinstance.IpAddress
Get the ports value.
previousState() - Method in class com.microsoft.azure.management.containerinstance.ContainerPropertiesInstanceView
Get the previousState value.
protocol() - Method in class com.microsoft.azure.management.containerinstance.ContainerPort
Get the protocol value.
protocol() - Method in class com.microsoft.azure.management.containerinstance.Port
Get the protocol value.
provider() - Method in class com.microsoft.azure.management.containerinstance.OperationDisplay
Get the provider value.
provisioningState() - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup
 

R

readinessProbe() - Method in class com.microsoft.azure.management.containerinstance.Container
Get the readinessProbe value.
readOnly() - Method in class com.microsoft.azure.management.containerinstance.AzureFileVolume
Get the readOnly value.
readOnly() - Method in class com.microsoft.azure.management.containerinstance.VolumeMount
Get the readOnly value.
repository() - Method in class com.microsoft.azure.management.containerinstance.GitRepoVolume
Get the repository value.
requests() - Method in class com.microsoft.azure.management.containerinstance.ResourceRequirements
Get the requests value.
resource() - Method in class com.microsoft.azure.management.containerinstance.OperationDisplay
Get the resource value.
ResourceLimits - Class in com.microsoft.azure.management.containerinstance
The resource limits.
ResourceLimits() - Constructor for class com.microsoft.azure.management.containerinstance.ResourceLimits
 
ResourceRequests - Class in com.microsoft.azure.management.containerinstance
The resource requests.
ResourceRequests() - Constructor for class com.microsoft.azure.management.containerinstance.ResourceRequests
 
ResourceRequirements - Class in com.microsoft.azure.management.containerinstance
The resource requirements.
ResourceRequirements() - Constructor for class com.microsoft.azure.management.containerinstance.ResourceRequirements
 
resources() - Method in class com.microsoft.azure.management.containerinstance.Container
Get the resources value.
restart() - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup
Restarts all containers in a container group in place.
restartAsync() - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup
Restarts all containers in a container group in place asynchronously.
restartCount() - Method in class com.microsoft.azure.management.containerinstance.ContainerPropertiesInstanceView
Get the restartCount value.
restartPolicy() - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup
 
revision() - Method in class com.microsoft.azure.management.containerinstance.GitRepoVolume
Get the revision value.
rows() - Method in class com.microsoft.azure.management.containerinstance.ContainerExecRequestTerminalSize
Get the rows value.

S

scheme() - Method in class com.microsoft.azure.management.containerinstance.ContainerHttpGet
Get the scheme value.
secret() - Method in class com.microsoft.azure.management.containerinstance.Volume
Get the secret value.
secureValue() - Method in class com.microsoft.azure.management.containerinstance.EnvironmentVariable
Get the secureValue value.
server() - Method in class com.microsoft.azure.management.containerinstance.ImageRegistryCredential
Get the server value.
shareName() - Method in class com.microsoft.azure.management.containerinstance.AzureFileVolume
Get the shareName value.
startTime() - Method in class com.microsoft.azure.management.containerinstance.ContainerState
Get the startTime value.
state() - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup
 
state() - Method in class com.microsoft.azure.management.containerinstance.ContainerGroupPropertiesInstanceView
Get the state value.
state() - Method in class com.microsoft.azure.management.containerinstance.ContainerState
Get the state value.
stop() - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup
Stops all containers in a container group.
stopAsync() - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup
Stops all containers in a container group asynchronously.
storageAccountKey() - Method in class com.microsoft.azure.management.containerinstance.AzureFileVolume
Get the storageAccountKey value.
storageAccountName() - Method in class com.microsoft.azure.management.containerinstance.AzureFileVolume
Get the storageAccountName value.
successThreshold() - Method in class com.microsoft.azure.management.containerinstance.ContainerProbe
Get the successThreshold value.
SYSTEM - Static variable in class com.microsoft.azure.management.containerinstance.ContainerInstanceOperationsOrigin
Static value System for ContainerInstanceOperationsOrigin.

T

TCP - Static variable in class com.microsoft.azure.management.containerinstance.ContainerGroupNetworkProtocol
Static value TCP for ContainerGroupNetworkProtocol.
TCP - Static variable in class com.microsoft.azure.management.containerinstance.ContainerNetworkProtocol
Static value TCP for ContainerNetworkProtocol.
timeoutSeconds() - Method in class com.microsoft.azure.management.containerinstance.ContainerProbe
Get the timeoutSeconds value.
type() - Method in class com.microsoft.azure.management.containerinstance.Event
Get the type value.
type() - Method in class com.microsoft.azure.management.containerinstance.IpAddress
Get the type value.

U

UDP - Static variable in class com.microsoft.azure.management.containerinstance.ContainerGroupNetworkProtocol
Static value UDP for ContainerGroupNetworkProtocol.
UDP - Static variable in class com.microsoft.azure.management.containerinstance.ContainerNetworkProtocol
Static value UDP for ContainerNetworkProtocol.
unit() - Method in class com.microsoft.azure.management.containerinstance.Usage
Get the unit value.
Usage - Class in com.microsoft.azure.management.containerinstance
A single usage result.
Usage() - Constructor for class com.microsoft.azure.management.containerinstance.Usage
 
UsageName - Class in com.microsoft.azure.management.containerinstance
The name object of the resource.
UsageName() - Constructor for class com.microsoft.azure.management.containerinstance.UsageName
 
USER - Static variable in class com.microsoft.azure.management.containerinstance.ContainerInstanceOperationsOrigin
Static value User for ContainerInstanceOperationsOrigin.
username() - Method in class com.microsoft.azure.management.containerinstance.ImageRegistryCredential
Get the username value.

V

value() - Method in class com.microsoft.azure.management.containerinstance.EnvironmentVariable
Get the value value.
value() - Method in class com.microsoft.azure.management.containerinstance.UsageName
Get the value value.
values() - Static method in class com.microsoft.azure.management.containerinstance.ContainerGroupNetworkProtocol
 
values() - Static method in class com.microsoft.azure.management.containerinstance.ContainerGroupRestartPolicy
 
values() - Static method in class com.microsoft.azure.management.containerinstance.ContainerInstanceOperationsOrigin
 
values() - Static method in class com.microsoft.azure.management.containerinstance.ContainerNetworkProtocol
 
values() - Static method in class com.microsoft.azure.management.containerinstance.OperatingSystemTypes
 
Volume - Class in com.microsoft.azure.management.containerinstance
The properties of the volume.
Volume() - Constructor for class com.microsoft.azure.management.containerinstance.Volume
 
VolumeMount - Class in com.microsoft.azure.management.containerinstance
The properties of the volume mount.
VolumeMount() - Constructor for class com.microsoft.azure.management.containerinstance.VolumeMount
 
volumeMounts() - Method in class com.microsoft.azure.management.containerinstance.Container
Get the volumeMounts value.
volumes() - Method in interface com.microsoft.azure.management.containerinstance.ContainerGroup
 

W

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 azureFile value.
withCols(Integer) - Method in class com.microsoft.azure.management.containerinstance.ContainerExecRequestTerminalSize
Set the cols value.
withCommand(List<String>) - Method in class com.microsoft.azure.management.containerinstance.Container
Set the command value.
withCommand(List<String>) - Method in class com.microsoft.azure.management.containerinstance.ContainerExec
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.Event
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.
withDescription(String) - Method in class com.microsoft.azure.management.containerinstance.OperationDisplay
Set the description value.
withDetailStatus(String) - Method in class com.microsoft.azure.management.containerinstance.ContainerState
Set the detailStatus value.
withDirectory(String) - Method in class com.microsoft.azure.management.containerinstance.GitRepoVolume
Set the directory value.
withDisplay(OperationDisplay) - Method in class com.microsoft.azure.management.containerinstance.Operation
Set the display value.
withDnsNameLabel(String) - Method in class com.microsoft.azure.management.containerinstance.IpAddress
Set the dnsNameLabel value.
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.
withEmptyDir(Object) - Method in class com.microsoft.azure.management.containerinstance.Volume
Set the emptyDir value.
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 environmentVariables value.
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 exec 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.
withFailureThreshold(Integer) - Method in class com.microsoft.azure.management.containerinstance.ContainerProbe
Set the failureThreshold value.
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.Event
Set the firstTimestamp value.
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 gitRepo value.
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.
withHttpGet(ContainerHttpGet) - Method in class com.microsoft.azure.management.containerinstance.ContainerProbe
Set the httpGet 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.
withInitialDelaySeconds(Integer) - Method in class com.microsoft.azure.management.containerinstance.ContainerProbe
Set the initialDelaySeconds value.
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 value.
withLastTimestamp(DateTime) - Method in class com.microsoft.azure.management.containerinstance.Event
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.
withLivenessProbe(ContainerProbe) - Method in class com.microsoft.azure.management.containerinstance.Container
Set the livenessProbe value.
withLogAnalytics(LogAnalytics) - Method in class com.microsoft.azure.management.containerinstance.ContainerGroupDiagnostics
Set the logAnalytics value.
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.Event
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.Event
Set the name value.
withName(String) - Method in class com.microsoft.azure.management.containerinstance.Operation
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.
withOperation(String) - Method in class com.microsoft.azure.management.containerinstance.OperationDisplay
Set the operation value.
withOrigin(ContainerInstanceOperationsOrigin) - Method in class com.microsoft.azure.management.containerinstance.Operation
Set the origin value.
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.
withPath(String) - Method in class com.microsoft.azure.management.containerinstance.ContainerHttpGet
Set the path value.
withPeriodSeconds(Integer) - Method in class com.microsoft.azure.management.containerinstance.ContainerProbe
Set the periodSeconds value.
withPort(int) - Method in class com.microsoft.azure.management.containerinstance.ContainerHttpGet
Set the port 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.
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(ContainerNetworkProtocol) - Method in class com.microsoft.azure.management.containerinstance.ContainerPort
Set the protocol value.
withProtocol(ContainerGroupNetworkProtocol) - Method in class com.microsoft.azure.management.containerinstance.Port
Set the protocol value.
withProvider(String) - Method in class com.microsoft.azure.management.containerinstance.OperationDisplay
Set the provider 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.
withReadinessProbe(ContainerProbe) - Method in class com.microsoft.azure.management.containerinstance.Container
Set the readinessProbe value.
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.
withRepository(String) - Method in class com.microsoft.azure.management.containerinstance.GitRepoVolume
Set the repository value.
withRequests(ResourceRequests) - Method in class com.microsoft.azure.management.containerinstance.ResourceRequirements
Set the requests value.
withResource(String) - Method in class com.microsoft.azure.management.containerinstance.OperationDisplay
Set the resource value.
withResources(ResourceRequirements) - Method in class com.microsoft.azure.management.containerinstance.Container
Set the resources value.
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 the revision value.
withRows(Integer) - Method in class com.microsoft.azure.management.containerinstance.ContainerExecRequestTerminalSize
Set the rows value.
withScheme(String) - Method in class com.microsoft.azure.management.containerinstance.ContainerHttpGet
Set the scheme value.
withSecret(Map<String, String>) - Method in class com.microsoft.azure.management.containerinstance.Volume
Set the secret value.
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 secureValue 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, 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 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.
withSuccessThreshold(Integer) - Method in class com.microsoft.azure.management.containerinstance.ContainerProbe
Set the successThreshold value.
withTimeoutSeconds(Integer) - Method in class com.microsoft.azure.management.containerinstance.ContainerProbe
Set the timeoutSeconds value.
withType(String) - Method in class com.microsoft.azure.management.containerinstance.Event
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.
withWorkspaceId(String) - Method in class com.microsoft.azure.management.containerinstance.LogAnalytics
Set the workspaceId value.
withWorkspaceKey(String) - Method in class com.microsoft.azure.management.containerinstance.LogAnalytics
Set the workspaceKey value.
workspaceId() - Method in class com.microsoft.azure.management.containerinstance.LogAnalytics
Get the workspaceId value.
workspaceKey() - Method in class com.microsoft.azure.management.containerinstance.LogAnalytics
Get the workspaceKey value.
A C D E F G H I L M N O P R S T U V W 
Skip navigation links

/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/