共用方式為


ContainerGroupProperties interface

容器群組屬性

屬性

confidentialComputeProperties

機密容器群組的屬性

containers

容器群組內的容器。

diagnostics

容器群組的診斷資訊。

dnsConfig

容器群組的 DNS 設定資訊。

encryptionProperties

容器群組的加密屬性。

extensions

virtual kubelet 所使用的擴充功能

identity

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

imageRegistryCredentials

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

initContainers

容器群組的 init 容器。

instanceView

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

ipAddress

容器群組的IP位址類型。

osType

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

priority

容器群組的優先順序。

provisioningState

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

restartPolicy

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

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

容器群組的 SKU。

subnetIds

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

volumes

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

屬性詳細資料

confidentialComputeProperties

機密容器群組的屬性

confidentialComputeProperties?: ConfidentialComputeProperties

屬性值

containers

容器群組內的容器。

containers: Container[]

屬性值

diagnostics

容器群組的診斷資訊。

diagnostics?: ContainerGroupDiagnostics

屬性值

dnsConfig

容器群組的 DNS 設定資訊。

dnsConfig?: DnsConfiguration

屬性值

encryptionProperties

容器群組的加密屬性。

encryptionProperties?: EncryptionProperties

屬性值

extensions

virtual kubelet 所使用的擴充功能

extensions?: DeploymentExtensionSpec[]

屬性值

identity

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

identity?: ContainerGroupIdentity

屬性值

imageRegistryCredentials

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

imageRegistryCredentials?: ImageRegistryCredential[]

屬性值

initContainers

容器群組的 init 容器。

initContainers?: InitContainerDefinition[]

屬性值

instanceView

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

instanceView?: ContainerGroupPropertiesInstanceView

屬性值

ipAddress

容器群組的IP位址類型。

ipAddress?: IpAddress

屬性值

osType

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

osType: string

屬性值

string

priority

容器群組的優先順序。

priority?: string

屬性值

string

provisioningState

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

provisioningState?: string

屬性值

string

restartPolicy

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

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

屬性值

string

sku

容器群組的 SKU。

sku?: string

屬性值

string

subnetIds

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

subnetIds?: ContainerGroupSubnetId[]

屬性值

volumes

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

volumes?: Volume[]

屬性值

Volume[]