共用方式為


ContainerGroup interface

容器群組。

Extends

繼承的屬性

confidentialComputeProperties

機密容器群組的屬性

containers

容器群組內的容器。

diagnostics

容器群組的診斷資訊。

dnsConfig

容器群組的 DNS 設定資訊。

encryptionProperties

容器群組的加密屬性。

extensions

virtual kubelet 所使用的擴充功能

id

資源標識碼。注意:此屬性將不會串行化。 它只能由伺服器填入。

identity

如果已設定,容器群組的身分識別。

imageRegistryCredentials

建立容器群組的來源映像登錄認證。

initContainers

容器群組的 init 容器。

instanceView

容器群組的實例檢視。 只有在回應中才有效。 注意:這個屬性不會串行化。 它只能由伺服器填入。

ipAddress

容器群組的IP位址類型。

location

資源位置。

name

資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

osType

容器群組中容器所需的操作系統類型。

priority

容器群組的優先順序。

provisioningState

容器群組的布建狀態。 這隻會出現在回應中。 注意:這個屬性不會串行化。 它只能由伺服器填入。

restartPolicy

重新啟動容器群組內所有容器的原則。

  • Always 永遠重新啟動
  • OnFailure 失敗時重新啟動
  • Never 永不重新啟動
sku

容器群組的 SKU。

subnetIds

容器群組的子網資源標識碼。

tags

資源標記。

type

資源類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。

volumes

此容器群組中的容器可以掛接的磁碟區清單。

zones

容器群組的區域。

繼承的屬性詳細資料

confidentialComputeProperties

機密容器群組的屬性

confidentialComputeProperties?: ConfidentialComputeProperties

屬性值

繼承自ContainerGroupProperties.confidentialComputeProperties

containers

容器群組內的容器。

containers: Container[]

屬性值

繼承自ContainerGroupProperties.containers

diagnostics

容器群組的診斷資訊。

diagnostics?: ContainerGroupDiagnostics

屬性值

繼承自ContainerGroupProperties.diagnostics

dnsConfig

容器群組的 DNS 設定資訊。

dnsConfig?: DnsConfiguration

屬性值

繼承自ContainerGroupProperties.dnsConfig

encryptionProperties

容器群組的加密屬性。

encryptionProperties?: EncryptionProperties

屬性值

繼承自ContainerGroupProperties.encryptionProperties

extensions

virtual kubelet 所使用的擴充功能

extensions?: DeploymentExtensionSpec[]

屬性值

繼承自ContainerGroupProperties.extensions

id

資源標識碼。注意:此屬性將不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

繼承自Resource.id

identity

如果已設定,容器群組的身分識別。

identity?: ContainerGroupIdentity

屬性值

繼承自ContainerGroupProperties.identity

imageRegistryCredentials

建立容器群組的來源映像登錄認證。

imageRegistryCredentials?: ImageRegistryCredential[]

屬性值

繼承自ContainerGroupProperties.imageRegistryCredentials

initContainers

容器群組的 init 容器。

initContainers?: InitContainerDefinition[]

屬性值

繼承自ContainerGroupProperties.initContainers

instanceView

容器群組的實例檢視。 只有在回應中才有效。 注意:這個屬性不會串行化。 它只能由伺服器填入。

instanceView?: ContainerGroupPropertiesInstanceView

屬性值

繼承自ContainerGroupProperties.instanceView

ipAddress

容器群組的IP位址類型。

ipAddress?: IpAddress

屬性值

繼承自ContainerGroupProperties.ipAddress

location

資源位置。

location?: string

屬性值

string

繼承自Resource.location

name

資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

繼承自Resource.name

osType

容器群組中容器所需的操作系統類型。

osType: string

屬性值

string

繼承自ContainerGroupProperties.osType

priority

容器群組的優先順序。

priority?: string

屬性值

string

繼承自ContainerGroupProperties.priority

provisioningState

容器群組的布建狀態。 這隻會出現在回應中。 注意:這個屬性不會串行化。 它只能由伺服器填入。

provisioningState?: string

屬性值

string

繼承自ContainerGroupProperties.provisioningState

restartPolicy

重新啟動容器群組內所有容器的原則。

  • Always 永遠重新啟動
  • OnFailure 失敗時重新啟動
  • Never 永不重新啟動
restartPolicy?: string

屬性值

string

繼承自ContainerGroupProperties.restartPolicy

sku

容器群組的 SKU。

sku?: string

屬性值

string

繼承自ContainerGroupProperties.sku

subnetIds

容器群組的子網資源標識碼。

subnetIds?: ContainerGroupSubnetId[]

屬性值

繼承自ContainerGroupProperties.subnetIds

tags

資源標記。

tags?: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}

繼承自Resource.tags

type

資源類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。

type?: string

屬性值

string

繼承自Resource.type

volumes

此容器群組中的容器可以掛接的磁碟區清單。

volumes?: Volume[]

屬性值

Volume[]

繼承自ContainerGroupProperties.volumes

zones

容器群組的區域。

zones?: string[]

屬性值

string[]

繼承自Resource.zones