containerinstance.azure.com/v1beta20211001

containerinstance.azure.com/v1beta20211001

Package v1beta20211001 contains API Schema definitions for the containerinstance v1beta20211001 API group

Resource Types:

    APIVersion (string alias)

    Deprecated version of APIVersion. Use v1api20211001.APIVersion instead

    Value Description

    "2021-10-01"

    AzureFileVolume

    (Appears on:Volume)

    Deprecated version of AzureFileVolume. Use v1api20211001.AzureFileVolume instead

    Field Description
    readOnly
    bool
    shareName
    string
    storageAccountKey
    string
    storageAccountName
    string

    AzureFileVolume_ARM

    (Appears on:Volume_ARM)

    Deprecated version of AzureFileVolume. Use v1api20211001.AzureFileVolume instead

    Field Description
    readOnly
    bool
    shareName
    string
    storageAccountKey
    string
    storageAccountName
    string

    AzureFileVolume_STATUS

    (Appears on:Volume_STATUS)

    Deprecated version of AzureFileVolume_STATUS. Use v1api20211001.AzureFileVolume_STATUS instead

    Field Description
    readOnly
    bool
    shareName
    string
    storageAccountKey
    string
    storageAccountName
    string

    AzureFileVolume_STATUS_ARM

    (Appears on:Volume_STATUS_ARM)

    Deprecated version of AzureFileVolume_STATUS. Use v1api20211001.AzureFileVolume_STATUS instead

    Field Description
    readOnly
    bool
    shareName
    string
    storageAccountKey
    string
    storageAccountName
    string

    Container

    (Appears on:ContainerGroup_Spec)

    Deprecated version of Container. Use v1api20211001.Container instead

    Field Description
    command
    []string
    environmentVariables
    []EnvironmentVariable
    image
    string
    livenessProbe
    ContainerProbe
    name
    string
    ports
    []ContainerPort
    readinessProbe
    ContainerProbe
    resources
    ResourceRequirements
    volumeMounts
    []VolumeMount

    ContainerExec

    (Appears on:ContainerProbe)

    Deprecated version of ContainerExec. Use v1api20211001.ContainerExec instead

    Field Description
    command
    []string

    ContainerExec_ARM

    (Appears on:ContainerProbe_ARM)

    Deprecated version of ContainerExec. Use v1api20211001.ContainerExec instead

    Field Description
    command
    []string

    ContainerExec_STATUS

    (Appears on:ContainerProbe_STATUS)

    Deprecated version of ContainerExec_STATUS. Use v1api20211001.ContainerExec_STATUS instead

    Field Description
    command
    []string

    ContainerExec_STATUS_ARM

    (Appears on:ContainerProbe_STATUS_ARM)

    Deprecated version of ContainerExec_STATUS. Use v1api20211001.ContainerExec_STATUS instead

    Field Description
    command
    []string

    ContainerGroup

    Deprecated version of ContainerGroup. Use v1api20211001.ContainerGroup instead

    Field Description
    metadata
    Kubernetes meta/v1.ObjectMeta
    Refer to the Kubernetes API documentation for the fields of the metadata field.
    spec
    ContainerGroup_Spec


    azureName
    string

    AzureName: The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it doesn’t have to be.

    containers
    []Container
    diagnostics
    ContainerGroupDiagnostics
    dnsConfig
    DnsConfiguration
    encryptionProperties
    EncryptionProperties
    identity
    ContainerGroupIdentity
    imageRegistryCredentials
    []ImageRegistryCredential
    initContainers
    []InitContainerDefinition
    ipAddress
    IpAddress
    location
    string
    osType
    ContainerGroup_Properties_OsType_Spec
    owner
    genruntime.KnownResourceReference

    Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a reference to a resources.azure.com/ResourceGroup resource

    restartPolicy
    ContainerGroup_Properties_RestartPolicy_Spec
    sku
    ContainerGroupSku
    subnetIds
    []ContainerGroupSubnetId
    tags
    map[string]string
    volumes
    []Volume
    zones
    []string
    status
    ContainerGroup_STATUS

    ContainerGroupDiagnostics

    (Appears on:ContainerGroup_Spec)

    Deprecated version of ContainerGroupDiagnostics. Use v1api20211001.ContainerGroupDiagnostics instead

    Field Description
    logAnalytics
    LogAnalytics

    ContainerGroupDiagnostics_ARM

    (Appears on:ContainerGroup_Properties_Spec_ARM)

    Deprecated version of ContainerGroupDiagnostics. Use v1api20211001.ContainerGroupDiagnostics instead

    Field Description
    logAnalytics
    LogAnalytics_ARM

    ContainerGroupDiagnostics_STATUS

    (Appears on:ContainerGroup_STATUS)

    Deprecated version of ContainerGroupDiagnostics_STATUS. Use v1api20211001.ContainerGroupDiagnostics_STATUS instead

    Field Description
    logAnalytics
    LogAnalytics_STATUS

    ContainerGroupDiagnostics_STATUS_ARM

    (Appears on:ContainerGroup_Properties_STATUS_ARM)

    Deprecated version of ContainerGroupDiagnostics_STATUS. Use v1api20211001.ContainerGroupDiagnostics_STATUS instead

    Field Description
    logAnalytics
    LogAnalytics_STATUS_ARM

    ContainerGroupIdentity

    (Appears on:ContainerGroup_Spec)

    Deprecated version of ContainerGroupIdentity. Use v1api20211001.ContainerGroupIdentity instead

    Field Description
    type
    ContainerGroupIdentity_Type
    userAssignedIdentities
    []UserAssignedIdentityDetails

    ContainerGroupIdentity_ARM

    (Appears on:ContainerGroup_Spec_ARM)

    Deprecated version of ContainerGroupIdentity. Use v1api20211001.ContainerGroupIdentity instead

    Field Description
    type
    ContainerGroupIdentity_Type
    userAssignedIdentities
    map[string]./api/containerinstance/v1beta20211001.UserAssignedIdentityDetails_ARM

    ContainerGroupIdentity_STATUS

    (Appears on:ContainerGroup_STATUS)

    Deprecated version of ContainerGroupIdentity_STATUS. Use v1api20211001.ContainerGroupIdentity_STATUS instead

    Field Description
    principalId
    string
    tenantId
    string
    type
    ContainerGroupIdentity_Type_STATUS
    userAssignedIdentities
    map[string]./api/containerinstance/v1beta20211001.UserAssignedIdentities_STATUS

    ContainerGroupIdentity_STATUS_ARM

    (Appears on:ContainerGroup_STATUS_ARM)

    Deprecated version of ContainerGroupIdentity_STATUS. Use v1api20211001.ContainerGroupIdentity_STATUS instead

    Field Description
    principalId
    string
    tenantId
    string
    type
    ContainerGroupIdentity_Type_STATUS
    userAssignedIdentities
    map[string]./api/containerinstance/v1beta20211001.UserAssignedIdentities_STATUS_ARM

    ContainerGroupIdentity_Type (string alias)

    (Appears on:ContainerGroupIdentity, ContainerGroupIdentity_ARM)

    Deprecated version of ContainerGroupIdentity_Type. Use v1api20211001.ContainerGroupIdentity_Type instead

    Value Description

    "None"

    "SystemAssigned"

    "SystemAssigned, UserAssigned"

    "UserAssigned"

    ContainerGroupIdentity_Type_STATUS (string alias)

    (Appears on:ContainerGroupIdentity_STATUS, ContainerGroupIdentity_STATUS_ARM)

    Deprecated version of ContainerGroupIdentity_Type_STATUS. Use v1api20211001.ContainerGroupIdentity_Type_STATUS instead

    Value Description

    "None"

    "SystemAssigned"

    "SystemAssigned, UserAssigned"

    "UserAssigned"

    ContainerGroupSku (string alias)

    (Appears on:ContainerGroup_Properties_Spec_ARM, ContainerGroup_Spec)

    Deprecated version of ContainerGroupSku. Use v1api20211001.ContainerGroupSku instead

    Value Description

    "Dedicated"

    "Standard"

    ContainerGroupSku_STATUS (string alias)

    (Appears on:ContainerGroup_Properties_STATUS_ARM, ContainerGroup_STATUS)

    Deprecated version of ContainerGroupSku_STATUS. Use v1api20211001.ContainerGroupSku_STATUS instead

    Value Description

    "Dedicated"

    "Standard"

    ContainerGroupSubnetId

    (Appears on:ContainerGroup_Spec)

    Deprecated version of ContainerGroupSubnetId. Use v1api20211001.ContainerGroupSubnetId instead

    Field Description
    name
    string
    reference
    genruntime.ResourceReference

    ContainerGroupSubnetId_ARM

    (Appears on:ContainerGroup_Properties_Spec_ARM)

    Deprecated version of ContainerGroupSubnetId. Use v1api20211001.ContainerGroupSubnetId instead

    Field Description
    id
    string
    name
    string

    ContainerGroupSubnetId_STATUS

    (Appears on:ContainerGroup_STATUS)

    Deprecated version of ContainerGroupSubnetId_STATUS. Use v1api20211001.ContainerGroupSubnetId_STATUS instead

    Field Description
    id
    string
    name
    string

    ContainerGroupSubnetId_STATUS_ARM

    (Appears on:ContainerGroup_Properties_STATUS_ARM)

    Deprecated version of ContainerGroupSubnetId_STATUS. Use v1api20211001.ContainerGroupSubnetId_STATUS instead

    Field Description
    id
    string
    name
    string

    ContainerGroup_Properties_InstanceView_STATUS

    (Appears on:ContainerGroup_STATUS)

    Deprecated version of ContainerGroup_Properties_InstanceView_STATUS. Use v1api20211001.ContainerGroup_Properties_InstanceView_STATUS instead

    Field Description
    events
    []Event_STATUS
    state
    string

    ContainerGroup_Properties_InstanceView_STATUS_ARM

    (Appears on:ContainerGroup_Properties_STATUS_ARM)

    Deprecated version of ContainerGroup_Properties_InstanceView_STATUS. Use v1api20211001.ContainerGroup_Properties_InstanceView_STATUS instead

    Field Description
    events
    []Event_STATUS_ARM
    state
    string

    ContainerGroup_Properties_OsType_STATUS (string alias)

    (Appears on:ContainerGroup_Properties_STATUS_ARM, ContainerGroup_STATUS)

    Deprecated version of ContainerGroup_Properties_OsType_STATUS. Use v1api20211001.ContainerGroup_Properties_OsType_STATUS instead

    Value Description

    "Linux"

    "Windows"

    ContainerGroup_Properties_OsType_Spec (string alias)

    (Appears on:ContainerGroup_Properties_Spec_ARM, ContainerGroup_Spec)

    Deprecated version of ContainerGroup_Properties_OsType_Spec. Use v1api20211001.ContainerGroup_Properties_OsType_Spec instead

    Value Description

    "Linux"

    "Windows"

    ContainerGroup_Properties_RestartPolicy_STATUS (string alias)

    (Appears on:ContainerGroup_Properties_STATUS_ARM, ContainerGroup_STATUS)

    Deprecated version of ContainerGroup_Properties_RestartPolicy_STATUS. Use v1api20211001.ContainerGroup_Properties_RestartPolicy_STATUS instead

    Value Description

    "Always"

    "Never"

    "OnFailure"

    ContainerGroup_Properties_RestartPolicy_Spec (string alias)

    (Appears on:ContainerGroup_Properties_Spec_ARM, ContainerGroup_Spec)

    Deprecated version of ContainerGroup_Properties_RestartPolicy_Spec. Use v1api20211001.ContainerGroup_Properties_RestartPolicy_Spec instead

    Value Description

    "Always"

    "Never"

    "OnFailure"

    ContainerGroup_Properties_STATUS_ARM

    (Appears on:ContainerGroup_STATUS_ARM)

    Deprecated version of ContainerGroup_Properties_STATUS. Use v1api20211001.ContainerGroup_Properties_STATUS instead

    Field Description
    containers
    []Container_STATUS_ARM
    diagnostics
    ContainerGroupDiagnostics_STATUS_ARM
    dnsConfig
    DnsConfiguration_STATUS_ARM
    encryptionProperties
    EncryptionProperties_STATUS_ARM
    imageRegistryCredentials
    []ImageRegistryCredential_STATUS_ARM
    initContainers
    []InitContainerDefinition_STATUS_ARM
    instanceView
    ContainerGroup_Properties_InstanceView_STATUS_ARM
    ipAddress
    IpAddress_STATUS_ARM
    osType
    ContainerGroup_Properties_OsType_STATUS
    provisioningState
    string
    restartPolicy
    ContainerGroup_Properties_RestartPolicy_STATUS
    sku
    ContainerGroupSku_STATUS
    subnetIds
    []ContainerGroupSubnetId_STATUS_ARM
    volumes
    []Volume_STATUS_ARM

    ContainerGroup_Properties_Spec_ARM

    (Appears on:ContainerGroup_Spec_ARM)

    Deprecated version of ContainerGroup_Properties_Spec. Use v1api20211001.ContainerGroup_Properties_Spec instead

    Field Description
    containers
    []Container_ARM
    diagnostics
    ContainerGroupDiagnostics_ARM
    dnsConfig
    DnsConfiguration_ARM
    encryptionProperties
    EncryptionProperties_ARM
    imageRegistryCredentials
    []ImageRegistryCredential_ARM
    initContainers
    []InitContainerDefinition_ARM
    ipAddress
    IpAddress_ARM
    osType
    ContainerGroup_Properties_OsType_Spec
    restartPolicy
    ContainerGroup_Properties_RestartPolicy_Spec
    sku
    ContainerGroupSku
    subnetIds
    []ContainerGroupSubnetId_ARM
    volumes
    []Volume_ARM

    ContainerGroup_STATUS

    (Appears on:ContainerGroup)

    Deprecated version of ContainerGroup_STATUS. Use v1api20211001.ContainerGroup_STATUS instead

    Field Description
    conditions
    []genruntime/conditions.Condition

    Conditions: The observed state of the resource

    containers
    []Container_STATUS
    diagnostics
    ContainerGroupDiagnostics_STATUS
    dnsConfig
    DnsConfiguration_STATUS
    encryptionProperties
    EncryptionProperties_STATUS
    id
    string
    identity
    ContainerGroupIdentity_STATUS
    imageRegistryCredentials
    []ImageRegistryCredential_STATUS
    initContainers
    []InitContainerDefinition_STATUS
    instanceView
    ContainerGroup_Properties_InstanceView_STATUS
    ipAddress
    IpAddress_STATUS
    location
    string
    name
    string
    osType
    ContainerGroup_Properties_OsType_STATUS
    provisioningState
    string
    restartPolicy
    ContainerGroup_Properties_RestartPolicy_STATUS
    sku
    ContainerGroupSku_STATUS
    subnetIds
    []ContainerGroupSubnetId_STATUS
    tags
    map[string]string
    type
    string
    volumes
    []Volume_STATUS
    zones
    []string

    ContainerGroup_STATUS_ARM

    Deprecated version of ContainerGroup_STATUS. Use v1api20211001.ContainerGroup_STATUS instead

    Field Description
    id
    string
    identity
    ContainerGroupIdentity_STATUS_ARM
    location
    string
    name
    string
    properties
    ContainerGroup_Properties_STATUS_ARM
    tags
    map[string]string
    type
    string
    zones
    []string

    ContainerGroup_Spec

    (Appears on:ContainerGroup)

    Field Description
    azureName
    string

    AzureName: The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it doesn’t have to be.

    containers
    []Container
    diagnostics
    ContainerGroupDiagnostics
    dnsConfig
    DnsConfiguration
    encryptionProperties
    EncryptionProperties
    identity
    ContainerGroupIdentity
    imageRegistryCredentials
    []ImageRegistryCredential
    initContainers
    []InitContainerDefinition
    ipAddress
    IpAddress
    location
    string
    osType
    ContainerGroup_Properties_OsType_Spec
    owner
    genruntime.KnownResourceReference

    Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a reference to a resources.azure.com/ResourceGroup resource

    restartPolicy
    ContainerGroup_Properties_RestartPolicy_Spec
    sku
    ContainerGroupSku
    subnetIds
    []ContainerGroupSubnetId
    tags
    map[string]string
    volumes
    []Volume
    zones
    []string

    ContainerGroup_Spec_ARM

    Deprecated version of ContainerGroup_Spec. Use v1api20211001.ContainerGroup_Spec instead

    Field Description
    identity
    ContainerGroupIdentity_ARM
    location
    string
    name
    string
    properties
    ContainerGroup_Properties_Spec_ARM
    tags
    map[string]string
    zones
    []string

    ContainerHttpGet

    (Appears on:ContainerProbe)

    Deprecated version of ContainerHttpGet. Use v1api20211001.ContainerHttpGet instead

    Field Description
    httpHeaders
    []HttpHeader
    path
    string
    port
    int
    scheme
    ContainerHttpGet_Scheme

    ContainerHttpGet_ARM

    (Appears on:ContainerProbe_ARM)

    Deprecated version of ContainerHttpGet. Use v1api20211001.ContainerHttpGet instead

    Field Description
    httpHeaders
    []HttpHeader_ARM
    path
    string
    port
    int
    scheme
    ContainerHttpGet_Scheme

    ContainerHttpGet_STATUS

    (Appears on:ContainerProbe_STATUS)

    Deprecated version of ContainerHttpGet_STATUS. Use v1api20211001.ContainerHttpGet_STATUS instead

    Field Description
    httpHeaders
    []HttpHeader_STATUS
    path
    string
    port
    int
    scheme
    ContainerHttpGet_Scheme_STATUS

    ContainerHttpGet_STATUS_ARM

    (Appears on:ContainerProbe_STATUS_ARM)

    Deprecated version of ContainerHttpGet_STATUS. Use v1api20211001.ContainerHttpGet_STATUS instead

    Field Description
    httpHeaders
    []HttpHeader_STATUS_ARM
    path
    string
    port
    int
    scheme
    ContainerHttpGet_Scheme_STATUS

    ContainerHttpGet_Scheme (string alias)

    (Appears on:ContainerHttpGet, ContainerHttpGet_ARM)

    Deprecated version of ContainerHttpGet_Scheme. Use v1api20211001.ContainerHttpGet_Scheme instead

    Value Description

    "http"

    "https"

    ContainerHttpGet_Scheme_STATUS (string alias)

    (Appears on:ContainerHttpGet_STATUS, ContainerHttpGet_STATUS_ARM)

    Deprecated version of ContainerHttpGet_Scheme_STATUS. Use v1api20211001.ContainerHttpGet_Scheme_STATUS instead

    Value Description

    "http"

    "https"

    ContainerPort

    (Appears on:Container)

    Deprecated version of ContainerPort. Use v1api20211001.ContainerPort instead

    Field Description
    port
    int
    protocol
    ContainerPort_Protocol

    ContainerPort_ARM

    (Appears on:ContainerProperties_ARM)

    Deprecated version of ContainerPort. Use v1api20211001.ContainerPort instead

    Field Description
    port
    int
    protocol
    ContainerPort_Protocol

    ContainerPort_Protocol (string alias)

    (Appears on:ContainerPort, ContainerPort_ARM)

    Deprecated version of ContainerPort_Protocol. Use v1api20211001.ContainerPort_Protocol instead

    Value Description

    "TCP"

    "UDP"

    ContainerPort_Protocol_STATUS (string alias)

    (Appears on:ContainerPort_STATUS, ContainerPort_STATUS_ARM)

    Deprecated version of ContainerPort_Protocol_STATUS. Use v1api20211001.ContainerPort_Protocol_STATUS instead

    Value Description

    "TCP"

    "UDP"

    ContainerPort_STATUS

    (Appears on:Container_STATUS)

    Deprecated version of ContainerPort_STATUS. Use v1api20211001.ContainerPort_STATUS instead

    Field Description
    port
    int
    protocol
    ContainerPort_Protocol_STATUS

    ContainerPort_STATUS_ARM

    (Appears on:ContainerProperties_STATUS_ARM)

    Deprecated version of ContainerPort_STATUS. Use v1api20211001.ContainerPort_STATUS instead

    Field Description
    port
    int
    protocol
    ContainerPort_Protocol_STATUS

    ContainerProbe

    (Appears on:Container)

    Deprecated version of ContainerProbe. Use v1api20211001.ContainerProbe instead

    Field Description
    exec
    ContainerExec
    failureThreshold
    int
    httpGet
    ContainerHttpGet
    initialDelaySeconds
    int
    periodSeconds
    int
    successThreshold
    int
    timeoutSeconds
    int

    ContainerProbe_ARM

    (Appears on:ContainerProperties_ARM)

    Deprecated version of ContainerProbe. Use v1api20211001.ContainerProbe instead

    Field Description
    exec
    ContainerExec_ARM
    failureThreshold
    int
    httpGet
    ContainerHttpGet_ARM
    initialDelaySeconds
    int
    periodSeconds
    int
    successThreshold
    int
    timeoutSeconds
    int

    ContainerProbe_STATUS

    (Appears on:Container_STATUS)

    Deprecated version of ContainerProbe_STATUS. Use v1api20211001.ContainerProbe_STATUS instead

    Field Description
    exec
    ContainerExec_STATUS
    failureThreshold
    int
    httpGet
    ContainerHttpGet_STATUS
    initialDelaySeconds
    int
    periodSeconds
    int
    successThreshold
    int
    timeoutSeconds
    int

    ContainerProbe_STATUS_ARM

    (Appears on:ContainerProperties_STATUS_ARM)

    Deprecated version of ContainerProbe_STATUS. Use v1api20211001.ContainerProbe_STATUS instead

    Field Description
    exec
    ContainerExec_STATUS_ARM
    failureThreshold
    int
    httpGet
    ContainerHttpGet_STATUS_ARM
    initialDelaySeconds
    int
    periodSeconds
    int
    successThreshold
    int
    timeoutSeconds
    int

    ContainerProperties_ARM

    (Appears on:Container_ARM)

    Deprecated version of ContainerProperties. Use v1api20211001.ContainerProperties instead

    Field Description
    command
    []string
    environmentVariables
    []EnvironmentVariable_ARM
    image
    string
    livenessProbe
    ContainerProbe_ARM
    ports
    []ContainerPort_ARM
    readinessProbe
    ContainerProbe_ARM
    resources
    ResourceRequirements_ARM
    volumeMounts
    []VolumeMount_ARM

    ContainerProperties_InstanceView_STATUS

    (Appears on:Container_STATUS)

    Deprecated version of ContainerProperties_InstanceView_STATUS. Use v1api20211001.ContainerProperties_InstanceView_STATUS instead

    Field Description
    currentState
    ContainerState_STATUS
    events
    []Event_STATUS
    previousState
    ContainerState_STATUS
    restartCount
    int

    ContainerProperties_InstanceView_STATUS_ARM

    (Appears on:ContainerProperties_STATUS_ARM)

    Deprecated version of ContainerProperties_InstanceView_STATUS. Use v1api20211001.ContainerProperties_InstanceView_STATUS instead

    Field Description
    currentState
    ContainerState_STATUS_ARM
    events
    []Event_STATUS_ARM
    previousState
    ContainerState_STATUS_ARM
    restartCount
    int

    ContainerProperties_STATUS_ARM

    (Appears on:Container_STATUS_ARM)

    Deprecated version of ContainerProperties_STATUS. Use v1api20211001.ContainerProperties_STATUS instead

    Field Description
    command
    []string
    environmentVariables
    []EnvironmentVariable_STATUS_ARM
    image
    string
    instanceView
    ContainerProperties_InstanceView_STATUS_ARM
    livenessProbe
    ContainerProbe_STATUS_ARM
    ports
    []ContainerPort_STATUS_ARM
    readinessProbe
    ContainerProbe_STATUS_ARM
    resources
    ResourceRequirements_STATUS_ARM
    volumeMounts
    []VolumeMount_STATUS_ARM

    ContainerState_STATUS

    (Appears on:ContainerProperties_InstanceView_STATUS, InitContainerPropertiesDefinition_InstanceView_STATUS)

    Deprecated version of ContainerState_STATUS. Use v1api20211001.ContainerState_STATUS instead

    Field Description
    detailStatus
    string
    exitCode
    int
    finishTime
    string
    startTime
    string
    state
    string

    ContainerState_STATUS_ARM

    (Appears on:ContainerProperties_InstanceView_STATUS_ARM, InitContainerPropertiesDefinition_InstanceView_STATUS_ARM)

    Deprecated version of ContainerState_STATUS. Use v1api20211001.ContainerState_STATUS instead

    Field Description
    detailStatus
    string
    exitCode
    int
    finishTime
    string
    startTime
    string
    state
    string

    Container_ARM

    (Appears on:ContainerGroup_Properties_Spec_ARM)

    Deprecated version of Container. Use v1api20211001.Container instead

    Field Description
    name
    string
    properties
    ContainerProperties_ARM

    Container_STATUS

    (Appears on:ContainerGroup_STATUS)

    Deprecated version of Container_STATUS. Use v1api20211001.Container_STATUS instead

    Field Description
    command
    []string
    environmentVariables
    []EnvironmentVariable_STATUS
    image
    string
    instanceView
    ContainerProperties_InstanceView_STATUS
    livenessProbe
    ContainerProbe_STATUS
    name
    string
    ports
    []ContainerPort_STATUS
    readinessProbe
    ContainerProbe_STATUS
    resources
    ResourceRequirements_STATUS
    volumeMounts
    []VolumeMount_STATUS

    Container_STATUS_ARM

    (Appears on:ContainerGroup_Properties_STATUS_ARM)

    Deprecated version of Container_STATUS. Use v1api20211001.Container_STATUS instead

    Field Description
    name
    string
    properties
    ContainerProperties_STATUS_ARM

    DnsConfiguration

    (Appears on:ContainerGroup_Spec)

    Deprecated version of DnsConfiguration. Use v1api20211001.DnsConfiguration instead

    Field Description
    nameServers
    []string
    options
    string
    searchDomains
    string

    DnsConfiguration_ARM

    (Appears on:ContainerGroup_Properties_Spec_ARM)

    Deprecated version of DnsConfiguration. Use v1api20211001.DnsConfiguration instead

    Field Description
    nameServers
    []string
    options
    string
    searchDomains
    string

    DnsConfiguration_STATUS

    (Appears on:ContainerGroup_STATUS)

    Deprecated version of DnsConfiguration_STATUS. Use v1api20211001.DnsConfiguration_STATUS instead

    Field Description
    nameServers
    []string
    options
    string
    searchDomains
    string

    DnsConfiguration_STATUS_ARM

    (Appears on:ContainerGroup_Properties_STATUS_ARM)

    Deprecated version of DnsConfiguration_STATUS. Use v1api20211001.DnsConfiguration_STATUS instead

    Field Description
    nameServers
    []string
    options
    string
    searchDomains
    string

    EncryptionProperties

    (Appears on:ContainerGroup_Spec)

    Deprecated version of EncryptionProperties. Use v1api20211001.EncryptionProperties instead

    Field Description
    keyName
    string
    keyVersion
    string
    vaultBaseUrl
    string

    EncryptionProperties_ARM

    (Appears on:ContainerGroup_Properties_Spec_ARM)

    Deprecated version of EncryptionProperties. Use v1api20211001.EncryptionProperties instead

    Field Description
    keyName
    string
    keyVersion
    string
    vaultBaseUrl
    string

    EncryptionProperties_STATUS

    (Appears on:ContainerGroup_STATUS)

    Deprecated version of EncryptionProperties_STATUS. Use v1api20211001.EncryptionProperties_STATUS instead

    Field Description
    keyName
    string
    keyVersion
    string
    vaultBaseUrl
    string

    EncryptionProperties_STATUS_ARM

    (Appears on:ContainerGroup_Properties_STATUS_ARM)

    Deprecated version of EncryptionProperties_STATUS. Use v1api20211001.EncryptionProperties_STATUS instead

    Field Description
    keyName
    string
    keyVersion
    string
    vaultBaseUrl
    string

    EnvironmentVariable

    (Appears on:Container, InitContainerDefinition)

    Deprecated version of EnvironmentVariable. Use v1api20211001.EnvironmentVariable instead

    Field Description
    name
    string
    secureValue
    genruntime.SecretReference
    value
    string

    EnvironmentVariable_ARM

    (Appears on:ContainerProperties_ARM, InitContainerPropertiesDefinition_ARM)

    Deprecated version of EnvironmentVariable. Use v1api20211001.EnvironmentVariable instead

    Field Description
    name
    string
    secureValue
    string
    value
    string

    EnvironmentVariable_STATUS

    (Appears on:Container_STATUS, InitContainerDefinition_STATUS)

    Deprecated version of EnvironmentVariable_STATUS. Use v1api20211001.EnvironmentVariable_STATUS instead

    Field Description
    name
    string
    value
    string

    EnvironmentVariable_STATUS_ARM

    (Appears on:ContainerProperties_STATUS_ARM, InitContainerPropertiesDefinition_STATUS_ARM)

    Deprecated version of EnvironmentVariable_STATUS. Use v1api20211001.EnvironmentVariable_STATUS instead

    Field Description
    name
    string
    value
    string

    Event_STATUS

    (Appears on:ContainerGroup_Properties_InstanceView_STATUS, ContainerProperties_InstanceView_STATUS, InitContainerPropertiesDefinition_InstanceView_STATUS)

    Deprecated version of Event_STATUS. Use v1api20211001.Event_STATUS instead

    Field Description
    count
    int
    firstTimestamp
    string
    lastTimestamp
    string
    message
    string
    name
    string
    type
    string

    Event_STATUS_ARM

    (Appears on:ContainerGroup_Properties_InstanceView_STATUS_ARM, ContainerProperties_InstanceView_STATUS_ARM, InitContainerPropertiesDefinition_InstanceView_STATUS_ARM)

    Deprecated version of Event_STATUS. Use v1api20211001.Event_STATUS instead

    Field Description
    count
    int
    firstTimestamp
    string
    lastTimestamp
    string
    message
    string
    name
    string
    type
    string

    GitRepoVolume

    (Appears on:Volume)

    Deprecated version of GitRepoVolume. Use v1api20211001.GitRepoVolume instead

    Field Description
    directory
    string
    repository
    string
    revision
    string

    GitRepoVolume_ARM

    (Appears on:Volume_ARM)

    Deprecated version of GitRepoVolume. Use v1api20211001.GitRepoVolume instead

    Field Description
    directory
    string
    repository
    string
    revision
    string

    GitRepoVolume_STATUS

    (Appears on:Volume_STATUS)

    Deprecated version of GitRepoVolume_STATUS. Use v1api20211001.GitRepoVolume_STATUS instead

    Field Description
    directory
    string
    repository
    string
    revision
    string

    GitRepoVolume_STATUS_ARM

    (Appears on:Volume_STATUS_ARM)

    Deprecated version of GitRepoVolume_STATUS. Use v1api20211001.GitRepoVolume_STATUS instead

    Field Description
    directory
    string
    repository
    string
    revision
    string

    GpuResource

    (Appears on:ResourceLimits, ResourceRequests)

    Deprecated version of GpuResource. Use v1api20211001.GpuResource instead

    Field Description
    count
    int
    sku
    GpuResource_Sku

    GpuResource_ARM

    (Appears on:ResourceLimits_ARM, ResourceRequests_ARM)

    Deprecated version of GpuResource. Use v1api20211001.GpuResource instead

    Field Description
    count
    int
    sku
    GpuResource_Sku

    GpuResource_STATUS

    (Appears on:ResourceLimits_STATUS, ResourceRequests_STATUS)

    Deprecated version of GpuResource_STATUS. Use v1api20211001.GpuResource_STATUS instead

    Field Description
    count
    int
    sku
    GpuResource_Sku_STATUS

    GpuResource_STATUS_ARM

    (Appears on:ResourceLimits_STATUS_ARM, ResourceRequests_STATUS_ARM)

    Deprecated version of GpuResource_STATUS. Use v1api20211001.GpuResource_STATUS instead

    Field Description
    count
    int
    sku
    GpuResource_Sku_STATUS

    GpuResource_Sku (string alias)

    (Appears on:GpuResource, GpuResource_ARM)

    Deprecated version of GpuResource_Sku. Use v1api20211001.GpuResource_Sku instead

    Value Description

    "K80"

    "P100"

    "V100"

    GpuResource_Sku_STATUS (string alias)

    (Appears on:GpuResource_STATUS, GpuResource_STATUS_ARM)

    Deprecated version of GpuResource_Sku_STATUS. Use v1api20211001.GpuResource_Sku_STATUS instead

    Value Description

    "K80"

    "P100"

    "V100"

    HttpHeader

    (Appears on:ContainerHttpGet)

    Deprecated version of HttpHeader. Use v1api20211001.HttpHeader instead

    Field Description
    name
    string
    value
    string

    HttpHeader_ARM

    (Appears on:ContainerHttpGet_ARM)

    Deprecated version of HttpHeader. Use v1api20211001.HttpHeader instead

    Field Description
    name
    string
    value
    string

    HttpHeader_STATUS

    (Appears on:ContainerHttpGet_STATUS)

    Deprecated version of HttpHeader_STATUS. Use v1api20211001.HttpHeader_STATUS instead

    Field Description
    name
    string
    value
    string

    HttpHeader_STATUS_ARM

    (Appears on:ContainerHttpGet_STATUS_ARM)

    Deprecated version of HttpHeader_STATUS. Use v1api20211001.HttpHeader_STATUS instead

    Field Description
    name
    string
    value
    string

    ImageRegistryCredential

    (Appears on:ContainerGroup_Spec)

    Deprecated version of ImageRegistryCredential. Use v1api20211001.ImageRegistryCredential instead

    Field Description
    identity
    string
    identityUrl
    string
    password
    genruntime.SecretReference
    server
    string
    username
    string

    ImageRegistryCredential_ARM

    (Appears on:ContainerGroup_Properties_Spec_ARM)

    Deprecated version of ImageRegistryCredential. Use v1api20211001.ImageRegistryCredential instead

    Field Description
    identity
    string
    identityUrl
    string
    password
    string
    server
    string
    username
    string

    ImageRegistryCredential_STATUS

    (Appears on:ContainerGroup_STATUS)

    Deprecated version of ImageRegistryCredential_STATUS. Use v1api20211001.ImageRegistryCredential_STATUS instead

    Field Description
    identity
    string
    identityUrl
    string
    server
    string
    username
    string

    ImageRegistryCredential_STATUS_ARM

    (Appears on:ContainerGroup_Properties_STATUS_ARM)

    Deprecated version of ImageRegistryCredential_STATUS. Use v1api20211001.ImageRegistryCredential_STATUS instead

    Field Description
    identity
    string
    identityUrl
    string
    server
    string
    username
    string

    InitContainerDefinition

    (Appears on:ContainerGroup_Spec)

    Deprecated version of InitContainerDefinition. Use v1api20211001.InitContainerDefinition instead

    Field Description
    command
    []string
    environmentVariables
    []EnvironmentVariable
    image
    string
    name
    string
    volumeMounts
    []VolumeMount

    InitContainerDefinition_ARM

    (Appears on:ContainerGroup_Properties_Spec_ARM)

    Deprecated version of InitContainerDefinition. Use v1api20211001.InitContainerDefinition instead

    Field Description
    name
    string
    properties
    InitContainerPropertiesDefinition_ARM

    InitContainerDefinition_STATUS

    (Appears on:ContainerGroup_STATUS)

    Deprecated version of InitContainerDefinition_STATUS. Use v1api20211001.InitContainerDefinition_STATUS instead

    Field Description
    command
    []string
    environmentVariables
    []EnvironmentVariable_STATUS
    image
    string
    instanceView
    InitContainerPropertiesDefinition_InstanceView_STATUS
    name
    string
    volumeMounts
    []VolumeMount_STATUS

    InitContainerDefinition_STATUS_ARM

    (Appears on:ContainerGroup_Properties_STATUS_ARM)

    Deprecated version of InitContainerDefinition_STATUS. Use v1api20211001.InitContainerDefinition_STATUS instead

    Field Description
    name
    string
    properties
    InitContainerPropertiesDefinition_STATUS_ARM

    InitContainerPropertiesDefinition_ARM

    (Appears on:InitContainerDefinition_ARM)

    Deprecated version of InitContainerPropertiesDefinition. Use v1api20211001.InitContainerPropertiesDefinition instead

    Field Description
    command
    []string
    environmentVariables
    []EnvironmentVariable_ARM
    image
    string
    volumeMounts
    []VolumeMount_ARM

    InitContainerPropertiesDefinition_InstanceView_STATUS

    (Appears on:InitContainerDefinition_STATUS)

    Deprecated version of InitContainerPropertiesDefinition_InstanceView_STATUS. Use v1api20211001.InitContainerPropertiesDefinition_InstanceView_STATUS instead

    Field Description
    currentState
    ContainerState_STATUS
    events
    []Event_STATUS
    previousState
    ContainerState_STATUS
    restartCount
    int

    InitContainerPropertiesDefinition_InstanceView_STATUS_ARM

    (Appears on:InitContainerPropertiesDefinition_STATUS_ARM)

    Deprecated version of InitContainerPropertiesDefinition_InstanceView_STATUS. Use v1api20211001.InitContainerPropertiesDefinition_InstanceView_STATUS instead

    Field Description
    currentState
    ContainerState_STATUS_ARM
    events
    []Event_STATUS_ARM
    previousState
    ContainerState_STATUS_ARM
    restartCount
    int

    InitContainerPropertiesDefinition_STATUS_ARM

    (Appears on:InitContainerDefinition_STATUS_ARM)

    Deprecated version of InitContainerPropertiesDefinition_STATUS. Use v1api20211001.InitContainerPropertiesDefinition_STATUS instead

    Field Description
    command
    []string
    environmentVariables
    []EnvironmentVariable_STATUS_ARM
    image
    string
    instanceView
    InitContainerPropertiesDefinition_InstanceView_STATUS_ARM
    volumeMounts
    []VolumeMount_STATUS_ARM

    IpAddress

    (Appears on:ContainerGroup_Spec)

    Deprecated version of IpAddress. Use v1api20211001.IpAddress instead

    Field Description
    autoGeneratedDomainNameLabelScope
    IpAddress_AutoGeneratedDomainNameLabelScope
    dnsNameLabel
    string
    ip
    string
    ports
    []Port
    type
    IpAddress_Type

    IpAddress_ARM

    (Appears on:ContainerGroup_Properties_Spec_ARM)

    Deprecated version of IpAddress. Use v1api20211001.IpAddress instead

    Field Description
    autoGeneratedDomainNameLabelScope
    IpAddress_AutoGeneratedDomainNameLabelScope
    dnsNameLabel
    string
    ip
    string
    ports
    []Port_ARM
    type
    IpAddress_Type

    IpAddress_AutoGeneratedDomainNameLabelScope (string alias)

    (Appears on:IpAddress, IpAddress_ARM)

    Deprecated version of IpAddress_AutoGeneratedDomainNameLabelScope. Use v1api20211001.IpAddress_AutoGeneratedDomainNameLabelScope instead

    Value Description

    "Noreuse"

    "ResourceGroupReuse"

    "SubscriptionReuse"

    "TenantReuse"

    "Unsecure"

    IpAddress_AutoGeneratedDomainNameLabelScope_STATUS (string alias)

    (Appears on:IpAddress_STATUS, IpAddress_STATUS_ARM)

    Deprecated version of IpAddress_AutoGeneratedDomainNameLabelScope_STATUS. Use v1api20211001.IpAddress_AutoGeneratedDomainNameLabelScope_STATUS instead

    Value Description

    "Noreuse"

    "ResourceGroupReuse"

    "SubscriptionReuse"

    "TenantReuse"

    "Unsecure"

    IpAddress_STATUS

    (Appears on:ContainerGroup_STATUS)

    Deprecated version of IpAddress_STATUS. Use v1api20211001.IpAddress_STATUS instead

    Field Description
    autoGeneratedDomainNameLabelScope
    IpAddress_AutoGeneratedDomainNameLabelScope_STATUS
    dnsNameLabel
    string
    fqdn
    string
    ip
    string
    ports
    []Port_STATUS
    type
    IpAddress_Type_STATUS

    IpAddress_STATUS_ARM

    (Appears on:ContainerGroup_Properties_STATUS_ARM)

    Deprecated version of IpAddress_STATUS. Use v1api20211001.IpAddress_STATUS instead

    Field Description
    autoGeneratedDomainNameLabelScope
    IpAddress_AutoGeneratedDomainNameLabelScope_STATUS
    dnsNameLabel
    string
    fqdn
    string
    ip
    string
    ports
    []Port_STATUS_ARM
    type
    IpAddress_Type_STATUS

    IpAddress_Type (string alias)

    (Appears on:IpAddress, IpAddress_ARM)

    Deprecated version of IpAddress_Type. Use v1api20211001.IpAddress_Type instead

    Value Description

    "Private"

    "Public"

    IpAddress_Type_STATUS (string alias)

    (Appears on:IpAddress_STATUS, IpAddress_STATUS_ARM)

    Deprecated version of IpAddress_Type_STATUS. Use v1api20211001.IpAddress_Type_STATUS instead

    Value Description

    "Private"

    "Public"

    LogAnalytics

    (Appears on:ContainerGroupDiagnostics)

    Deprecated version of LogAnalytics. Use v1api20211001.LogAnalytics instead

    Field Description
    logType
    LogAnalytics_LogType
    metadata
    map[string]string
    workspaceId
    string
    workspaceKey
    genruntime.SecretReference
    workspaceResourceReference
    genruntime.ResourceReference

    LogAnalytics_ARM

    (Appears on:ContainerGroupDiagnostics_ARM)

    Deprecated version of LogAnalytics. Use v1api20211001.LogAnalytics instead

    Field Description
    logType
    LogAnalytics_LogType
    metadata
    map[string]string
    workspaceId
    string
    workspaceKey
    string
    workspaceResourceId
    string

    LogAnalytics_LogType (string alias)

    (Appears on:LogAnalytics, LogAnalytics_ARM)

    Deprecated version of LogAnalytics_LogType. Use v1api20211001.LogAnalytics_LogType instead

    Value Description

    "ContainerInsights"

    "ContainerInstanceLogs"

    LogAnalytics_LogType_STATUS (string alias)

    (Appears on:LogAnalytics_STATUS, LogAnalytics_STATUS_ARM)

    Deprecated version of LogAnalytics_LogType_STATUS. Use v1api20211001.LogAnalytics_LogType_STATUS instead

    Value Description

    "ContainerInsights"

    "ContainerInstanceLogs"

    LogAnalytics_STATUS

    (Appears on:ContainerGroupDiagnostics_STATUS)

    Deprecated version of LogAnalytics_STATUS. Use v1api20211001.LogAnalytics_STATUS instead

    Field Description
    logType
    LogAnalytics_LogType_STATUS
    metadata
    map[string]string
    workspaceId
    string

    LogAnalytics_STATUS_ARM

    (Appears on:ContainerGroupDiagnostics_STATUS_ARM)

    Deprecated version of LogAnalytics_STATUS. Use v1api20211001.LogAnalytics_STATUS instead

    Field Description
    logType
    LogAnalytics_LogType_STATUS
    metadata
    map[string]string
    workspaceId
    string

    Port

    (Appears on:IpAddress)

    Deprecated version of Port. Use v1api20211001.Port instead

    Field Description
    port
    int
    protocol
    Port_Protocol

    Port_ARM

    (Appears on:IpAddress_ARM)

    Deprecated version of Port. Use v1api20211001.Port instead

    Field Description
    port
    int
    protocol
    Port_Protocol

    Port_Protocol (string alias)

    (Appears on:Port, Port_ARM)

    Deprecated version of Port_Protocol. Use v1api20211001.Port_Protocol instead

    Value Description

    "TCP"

    "UDP"

    Port_Protocol_STATUS (string alias)

    (Appears on:Port_STATUS, Port_STATUS_ARM)

    Deprecated version of Port_Protocol_STATUS. Use v1api20211001.Port_Protocol_STATUS instead

    Value Description

    "TCP"

    "UDP"

    Port_STATUS

    (Appears on:IpAddress_STATUS)

    Deprecated version of Port_STATUS. Use v1api20211001.Port_STATUS instead

    Field Description
    port
    int
    protocol
    Port_Protocol_STATUS

    Port_STATUS_ARM

    (Appears on:IpAddress_STATUS_ARM)

    Deprecated version of Port_STATUS. Use v1api20211001.Port_STATUS instead

    Field Description
    port
    int
    protocol
    Port_Protocol_STATUS

    ResourceLimits

    (Appears on:ResourceRequirements)

    Deprecated version of ResourceLimits. Use v1api20211001.ResourceLimits instead

    Field Description
    cpu
    float64
    gpu
    GpuResource
    memoryInGB
    float64

    ResourceLimits_ARM

    (Appears on:ResourceRequirements_ARM)

    Deprecated version of ResourceLimits. Use v1api20211001.ResourceLimits instead

    Field Description
    cpu
    float64
    gpu
    GpuResource_ARM
    memoryInGB
    float64

    ResourceLimits_STATUS

    (Appears on:ResourceRequirements_STATUS)

    Deprecated version of ResourceLimits_STATUS. Use v1api20211001.ResourceLimits_STATUS instead

    Field Description
    cpu
    float64
    gpu
    GpuResource_STATUS
    memoryInGB
    float64

    ResourceLimits_STATUS_ARM

    (Appears on:ResourceRequirements_STATUS_ARM)

    Deprecated version of ResourceLimits_STATUS. Use v1api20211001.ResourceLimits_STATUS instead

    Field Description
    cpu
    float64
    gpu
    GpuResource_STATUS_ARM
    memoryInGB
    float64

    ResourceRequests

    (Appears on:ResourceRequirements)

    Deprecated version of ResourceRequests. Use v1api20211001.ResourceRequests instead

    Field Description
    cpu
    float64
    gpu
    GpuResource
    memoryInGB
    float64

    ResourceRequests_ARM

    (Appears on:ResourceRequirements_ARM)

    Deprecated version of ResourceRequests. Use v1api20211001.ResourceRequests instead

    Field Description
    cpu
    float64
    gpu
    GpuResource_ARM
    memoryInGB
    float64

    ResourceRequests_STATUS

    (Appears on:ResourceRequirements_STATUS)

    Deprecated version of ResourceRequests_STATUS. Use v1api20211001.ResourceRequests_STATUS instead

    Field Description
    cpu
    float64
    gpu
    GpuResource_STATUS
    memoryInGB
    float64

    ResourceRequests_STATUS_ARM

    (Appears on:ResourceRequirements_STATUS_ARM)

    Deprecated version of ResourceRequests_STATUS. Use v1api20211001.ResourceRequests_STATUS instead

    Field Description
    cpu
    float64
    gpu
    GpuResource_STATUS_ARM
    memoryInGB
    float64

    ResourceRequirements

    (Appears on:Container)

    Deprecated version of ResourceRequirements. Use v1api20211001.ResourceRequirements instead

    Field Description
    limits
    ResourceLimits
    requests
    ResourceRequests

    ResourceRequirements_ARM

    (Appears on:ContainerProperties_ARM)

    Deprecated version of ResourceRequirements. Use v1api20211001.ResourceRequirements instead

    Field Description
    limits
    ResourceLimits_ARM
    requests
    ResourceRequests_ARM

    ResourceRequirements_STATUS

    (Appears on:Container_STATUS)

    Deprecated version of ResourceRequirements_STATUS. Use v1api20211001.ResourceRequirements_STATUS instead

    Field Description
    limits
    ResourceLimits_STATUS
    requests
    ResourceRequests_STATUS

    ResourceRequirements_STATUS_ARM

    (Appears on:ContainerProperties_STATUS_ARM)

    Deprecated version of ResourceRequirements_STATUS. Use v1api20211001.ResourceRequirements_STATUS instead

    Field Description
    limits
    ResourceLimits_STATUS_ARM
    requests
    ResourceRequests_STATUS_ARM

    UserAssignedIdentities_STATUS

    (Appears on:ContainerGroupIdentity_STATUS)

    Deprecated version of UserAssignedIdentities_STATUS. Use v1api20211001.UserAssignedIdentities_STATUS instead

    Field Description
    clientId
    string
    principalId
    string

    UserAssignedIdentities_STATUS_ARM

    (Appears on:ContainerGroupIdentity_STATUS_ARM)

    Deprecated version of UserAssignedIdentities_STATUS. Use v1api20211001.UserAssignedIdentities_STATUS instead

    Field Description
    clientId
    string
    principalId
    string

    UserAssignedIdentityDetails

    (Appears on:ContainerGroupIdentity)

    Deprecated version of UserAssignedIdentityDetails. Use v1api20211001.UserAssignedIdentityDetails instead

    Field Description
    reference
    genruntime.ResourceReference

    UserAssignedIdentityDetails_ARM

    (Appears on:ContainerGroupIdentity_ARM)

    Information about the user assigned identity for the resource

    Volume

    (Appears on:ContainerGroup_Spec)

    Deprecated version of Volume. Use v1api20211001.Volume instead

    Field Description
    azureFile
    AzureFileVolume
    emptyDir
    map[string]k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1.JSON
    gitRepo
    GitRepoVolume
    name
    string
    secret
    map[string]string

    VolumeMount

    (Appears on:Container, InitContainerDefinition)

    Deprecated version of VolumeMount. Use v1api20211001.VolumeMount instead

    Field Description
    mountPath
    string
    name
    string
    readOnly
    bool

    VolumeMount_ARM

    (Appears on:ContainerProperties_ARM, InitContainerPropertiesDefinition_ARM)

    Deprecated version of VolumeMount. Use v1api20211001.VolumeMount instead

    Field Description
    mountPath
    string
    name
    string
    readOnly
    bool

    VolumeMount_STATUS

    (Appears on:Container_STATUS, InitContainerDefinition_STATUS)

    Deprecated version of VolumeMount_STATUS. Use v1api20211001.VolumeMount_STATUS instead

    Field Description
    mountPath
    string
    name
    string
    readOnly
    bool

    VolumeMount_STATUS_ARM

    (Appears on:ContainerProperties_STATUS_ARM, InitContainerPropertiesDefinition_STATUS_ARM)

    Deprecated version of VolumeMount_STATUS. Use v1api20211001.VolumeMount_STATUS instead

    Field Description
    mountPath
    string
    name
    string
    readOnly
    bool

    Volume_ARM

    (Appears on:ContainerGroup_Properties_Spec_ARM)

    Deprecated version of Volume. Use v1api20211001.Volume instead

    Field Description
    azureFile
    AzureFileVolume_ARM
    emptyDir
    map[string]k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1.JSON
    gitRepo
    GitRepoVolume_ARM
    name
    string
    secret
    map[string]string

    Volume_STATUS

    (Appears on:ContainerGroup_STATUS)

    Deprecated version of Volume_STATUS. Use v1api20211001.Volume_STATUS instead

    Field Description
    azureFile
    AzureFileVolume_STATUS
    emptyDir
    map[string]k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1.JSON
    gitRepo
    GitRepoVolume_STATUS
    name
    string
    secret
    map[string]string

    Volume_STATUS_ARM

    (Appears on:ContainerGroup_Properties_STATUS_ARM)

    Deprecated version of Volume_STATUS. Use v1api20211001.Volume_STATUS instead

    Field Description
    azureFile
    AzureFileVolume_STATUS_ARM
    emptyDir
    map[string]k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1.JSON
    gitRepo
    GitRepoVolume_STATUS_ARM
    name
    string
    secret
    map[string]string