ContainerGroup interface
容器群組。
- Extends
繼承的屬性
confidential |
機密容器群組的屬性 |
containers | 容器群組內的容器。 |
diagnostics | 容器群組的診斷資訊。 |
dns |
容器群組的 DNS 設定資訊。 |
encryption |
容器群組的加密屬性。 |
extensions | virtual kubelet 所使用的擴充功能 |
id | 資源標識碼。注意:此屬性將不會串行化。 它只能由伺服器填入。 |
identity | 如果已設定,容器群組的身分識別。 |
image |
建立容器群組的來源映像登錄認證。 |
init |
容器群組的 init 容器。 |
instance |
容器群組的實例檢視。 只有在回應中才有效。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
ip |
容器群組的IP位址類型。 |
location | 資源位置。 |
name | 資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
os |
容器群組中容器所需的操作系統類型。 |
priority | 容器群組的優先順序。 |
provisioning |
容器群組的布建狀態。 這隻會出現在回應中。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
restart |
重新啟動容器群組內所有容器的原則。
|
sku | 容器群組的 SKU。 |
subnet |
容器群組的子網資源標識碼。 |
tags | 資源標記。 |
type | 資源類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
volumes | 此容器群組中的容器可以掛接的磁碟區清單。 |
zones | 容器群組的區域。 |
繼承的屬性詳細資料
confidentialComputeProperties
機密容器群組的屬性
confidentialComputeProperties?: ConfidentialComputeProperties
屬性值
containers
diagnostics
容器群組的診斷資訊。
diagnostics?: ContainerGroupDiagnostics
屬性值
dnsConfig
容器群組的 DNS 設定資訊。
dnsConfig?: DnsConfiguration
屬性值
encryptionProperties
容器群組的加密屬性。
encryptionProperties?: EncryptionProperties
屬性值
extensions
virtual kubelet 所使用的擴充功能
extensions?: DeploymentExtensionSpec[]
屬性值
id
identity
如果已設定,容器群組的身分識別。
identity?: ContainerGroupIdentity
屬性值
imageRegistryCredentials
建立容器群組的來源映像登錄認證。
imageRegistryCredentials?: ImageRegistryCredential[]
屬性值
initContainers
容器群組的 init 容器。
initContainers?: InitContainerDefinition[]
屬性值
instanceView
容器群組的實例檢視。 只有在回應中才有效。 注意:這個屬性不會串行化。 它只能由伺服器填入。
instanceView?: ContainerGroupPropertiesInstanceView
屬性值
ipAddress
location
name
osType
priority
provisioningState
容器群組的布建狀態。 這隻會出現在回應中。 注意:這個屬性不會串行化。 它只能由伺服器填入。
provisioningState?: string
屬性值
string
restartPolicy
重新啟動容器群組內所有容器的原則。
-
Always
永遠重新啟動 -
OnFailure
失敗時重新啟動 -
Never
永不重新啟動
restartPolicy?: string
屬性值
string
sku
subnetIds
容器群組的子網資源標識碼。
subnetIds?: ContainerGroupSubnetId[]