azure_container_group

Azure Container Group

Name

Type

Nullable

containers

Map<String,Container>

dnsConfig

DnsConfiguration

encryptionProperties

EncryptionProperties

events

List

externalPorts

List

externalTcpPorts

List

externalUdpPorts

List

fqdn

String

id

String

identity

Identity

imageRegistryCredential

List

imageRegistryServers

List

ipAddress

String

isIPAddressPrivate

Boolean

isIPAddressPublic

Boolean

isManagedServiceIdentityEnabled

Boolean

location

String

logAnalytics

LogAnalytics

name

String

osType

String

provisioningState

String

resourceGroupName

String

restartPolicy

String

sku

String

state

String

subnetIds

List

subscriptionId

String

tags

Map<String,String>

type

String

volumes

Map<String,Volume>

zones

List

AzureFileVolume

Name

Type

Nullable

readOnly

Boolean

shareName

String

storageAccountKey

String

storageAccountName

String

Container

Name

Type

Nullable

command

List

environmentVariables

List

image

String

instanceView

ContainerPropertiesInstanceView

livenessProbe

ContainerProbe

name

String

ports

List

readinessProbe

ContainerProbe

resources

ResourceRequirements

volumeMounts

List

ContainerGroupSubnetId

Name

Type

Nullable

id

String

name

String

ContainerHttpGet

Name

Type

Nullable

httpHeaders

Map<String,String>

path

String

port

Int

scheme

String

ContainerPort

Name

Type

Nullable

port

Int

protocol

String

ContainerProbe

Name

Type

Nullable

command

List

failureThreshold

Int

httpGet

ContainerHttpGet

initialDelaySeconds

Int

periodSeconds

Int

successThreshold

Int

timeoutSeconds

Int

ContainerPropertiesInstanceView

Name

Type

Nullable

currentState

ContainerState

events

List

previousState

ContainerState

restartCount

Int

ContainerState

Name

Type

Nullable

detailStatus

String

exitCode

Int

finishTime

String

startTime

String

state

String

DnsConfiguration

Name

Type

Nullable

nameServers

List

options

String

searchDomains

String

EncryptionProperties

Name

Type

Nullable

keyName

String

keyVersion

String

vaultBaseUrl

String

EnvironmentVariable

Name

Type

Nullable

name

String

secureValue

String

value

String

Event

Name

Type

Nullable

count

Int

firstTimestamp

String

lastTimestamp

String

message

String

name

String

type

String

GitRepoVolume

Name

Type

Nullable

directory

String

repository

String

revision

String

Identity

Name

Type

Nullable

principalId

String

tenantId

String

type

String

userAssignedIdentities

Map<String,UserAssignedIdentity>

ImageRegistryCredential

Name

Type

Nullable

identity

String

identityUrl

String

password

String

server

String

username

String

InitContainerDefinition

Name

Type

Nullable

command

List

environmentVariables

List

image

String

instanceView

ContainerPropertiesInstanceView

volumeMounts

List

LogAnalytics

Name

Type

Nullable

logType

String

metadata

Map<String,String>

workspaceId

String

workspaceKey

String

workspaceResourceId

String

Port

Name

Type

Nullable

port

Int

protocol

String

Resource

Name

Type

Nullable

cpu

Double

gpuCount

Int

gpuSku

String

memoryInGB

Double

ResourceRequirements

Name

Type

Nullable

limits

Resource

requests

Resource

UserAssignedIdentity

Name

Type

Nullable

clientId

String

principalId

String

Volume

Name

Type

Nullable

azureFile

AzureFileVolume

emptyDir

String

gitRepo

GitRepoVolume

name

String

secret

Map<String,String>

VolumeMount

Name

Type

Nullable

mountPath

String

name

String

readOnly

Boolean

Last updated