次の方法で共有


ComposeDeploymentUpgradeDescription クラス

定義

を使用 System.Fabric.FabricClient.ComposeDeploymentClient.UpgradeComposeDeploymentAsync(System.Fabric.Description.ComposeDeploymentUpgradeDescriptionWrapper)して作成する作成デプロイについて説明します。

public sealed class ComposeDeploymentUpgradeDescription
type ComposeDeploymentUpgradeDescription = class
Public NotInheritable Class ComposeDeploymentUpgradeDescription
継承
ComposeDeploymentUpgradeDescription

コンストラクター

ComposeDeploymentUpgradeDescription(String, String[])

ComposeDeploymentUpgradeDescription の新しいインスタンスを作成します。

プロパティ

ComposeFilePaths

この展開の次のバージョンを記述する compose ファイル パスの配列を取得します。

ContainerRegistryPassword

ContainerRegistryUserName パラメーターで指定されたユーザー名に関連付けられているパスワードを取得します。

ContainerRegistryUserName

このデプロイ内のコンテナーのイメージが存在するコンテナー レジストリのユーザー名を取得します。

DeploymentName

アップグレードする新規作成デプロイの名前を取得します。

IsRegistryPasswordEncrypted

ContainerRegistryPassword パラメーターで指定されたパスワードが暗号化されているかどうかを取得します。

UpgradePolicyDescription

この新規作成の展開のアップグレードに使用するポリシーの説明を取得または設定します。

適用対象