次の方法で共有


Rollout コンストラクター

定義

オーバーロード

Rollout()

ロールアウト クラスの新しいインスタンスを初期化します。

Rollout(String, String, String, IList<StepGroup>, String, String, String, IDictionary<String,String>, Identity, String, String, Nullable<Int32>, RolloutOperationInfo, IList<Service>)

ロールアウト クラスの新しいインスタンスを初期化します。

Rollout()

ロールアウト クラスの新しいインスタンスを初期化します。

public Rollout();
Public Sub New ()

適用対象

Rollout(String, String, String, IList<StepGroup>, String, String, String, IDictionary<String,String>, Identity, String, String, Nullable<Int32>, RolloutOperationInfo, IList<Service>)

ロールアウト クラスの新しいインスタンスを初期化します。

public Rollout(string location, string buildVersion, string targetServiceTopologyId, System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.StepGroup> stepGroups, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.DeploymentManager.Models.Identity identity = default, string artifactSourceId = default, string status = default, int? totalRetryAttempts = default, Microsoft.Azure.Management.DeploymentManager.Models.RolloutOperationInfo operationInfo = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.Service> services = default);
new Microsoft.Azure.Management.DeploymentManager.Models.Rollout : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.StepGroup> * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.DeploymentManager.Models.Identity * string * string * Nullable<int> * Microsoft.Azure.Management.DeploymentManager.Models.RolloutOperationInfo * System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.Service> -> Microsoft.Azure.Management.DeploymentManager.Models.Rollout
Public Sub New (location As String, buildVersion As String, targetServiceTopologyId As String, stepGroups As IList(Of StepGroup), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As Identity = Nothing, Optional artifactSourceId As String = Nothing, Optional status As String = Nothing, Optional totalRetryAttempts As Nullable(Of Integer) = Nothing, Optional operationInfo As RolloutOperationInfo = Nothing, Optional services As IList(Of Service) = Nothing)

パラメーター

location
String

リソースが保存されている地理的な場所

buildVersion
String

デプロイされるビルドのバージョン。

targetServiceTopologyId
String

デプロイするステップ グループでサービス ユニットが参照されるサービス トポロジのリソース ID。

stepGroups
IList<StepGroup>

オーケストレーションを定義するステップ グループの一覧。

id
String

リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

リソースの名前

type
String

リソースの型。 例: Microsoft.Compute/virtualMachines または Microsoft.Storage/storageAccounts。

tags
IDictionary<String,String>

リソース タグ。

identity
Identity

リソースの ID。

artifactSourceId
String

ペイロードが配置されている成果物ソース リソース ID への参照。

status
String

ロールアウトの現在の状態。

totalRetryAttempts
Nullable<Int32>

特定の時点でロールアウトで実行された再試行の合計数のカーディナルカウント。

operationInfo
RolloutOperationInfo

ロールアウトの運用情報。

services
IList<Service>

デプロイされるサービスに関する詳細情報。

適用対象