共用方式為


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[]