次の方法で共有


ContainerGroupProperties interface

コンテナー グループのプロパティ

プロパティ

confidentialComputeProperties

機密コンテナー グループのプロパティ

containers

コンテナー グループ内のコンテナー。

diagnostics

コンテナー グループの診断情報。

dnsConfig

コンテナー グループの DNS 構成情報。

encryptionProperties

コンテナー グループの暗号化プロパティ。

extensions

仮想 kubelet で使用される拡張機能

identity

コンテナー グループの ID (構成されている場合)。

imageRegistryCredentials

コンテナー グループの作成に使用されたイメージ レジストリの資格情報。

initContainers

コンテナー グループの init コンテナー。

instanceView

コンテナー グループのインスタンス ビュー。 応答でのみ有効です。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。

ipAddress

コンテナー グループの IP アドレスの種類。

osType

コンテナー グループ内のコンテナーで必要なオペレーティング システムの種類。

priority

コンテナー グループの優先度。

provisioningState

コンテナー グループのプロビジョニング状態。 これは、応答にのみ表示されます。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。

restartPolicy

コンテナー グループ内のすべてのコンテナーの再起動ポリシー。

  • Always 常に再起動する
  • OnFailure 失敗した場合の再起動
  • Never 再起動しない
sku

コンテナー グループの SKU。

subnetIds

コンテナー グループのサブネット リソース ID。

volumes

このコンテナー グループのコンテナーによってマウントできるボリュームのリスト。

プロパティの詳細

confidentialComputeProperties

機密コンテナー グループのプロパティ

confidentialComputeProperties?: ConfidentialComputeProperties

プロパティ値

containers

コンテナー グループ内のコンテナー。

containers: Container[]

プロパティ値

diagnostics

コンテナー グループの診断情報。

diagnostics?: ContainerGroupDiagnostics

プロパティ値

dnsConfig

コンテナー グループの DNS 構成情報。

dnsConfig?: DnsConfiguration

プロパティ値

encryptionProperties

コンテナー グループの暗号化プロパティ。

encryptionProperties?: EncryptionProperties

プロパティ値

extensions

仮想 kubelet で使用される拡張機能

extensions?: DeploymentExtensionSpec[]

プロパティ値

identity

コンテナー グループの ID (構成されている場合)。

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

コンテナー グループのサブネット リソース ID。

subnetIds?: ContainerGroupSubnetId[]

プロパティ値

volumes

このコンテナー グループのコンテナーによってマウントできるボリュームのリスト。

volumes?: Volume[]

プロパティ値

Volume[]