ArmDeploymentManagerModelFactory.RolloutData メソッド

定義

RolloutData の新しいインスタンスを初期化します。

public static Azure.ResourceManager.DeploymentManager.RolloutData RolloutData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.DeploymentManager.Models.Identity identity = default, string buildVersion = default, string artifactSourceId = default, string targetServiceTopologyId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DeploymentManager.Models.StepGroup> stepGroups = default, string status = default, int? totalRetryAttempts = default, Azure.ResourceManager.DeploymentManager.Models.RolloutOperationInfo operationInfo = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DeploymentManager.Models.Service> services = default);
static member RolloutData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.DeploymentManager.Models.Identity * string * string * string * seq<Azure.ResourceManager.DeploymentManager.Models.StepGroup> * string * Nullable<int> * Azure.ResourceManager.DeploymentManager.Models.RolloutOperationInfo * seq<Azure.ResourceManager.DeploymentManager.Models.Service> -> Azure.ResourceManager.DeploymentManager.RolloutData
Public Shared Function RolloutData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional identity As Identity = Nothing, Optional buildVersion As String = Nothing, Optional artifactSourceId As String = Nothing, Optional targetServiceTopologyId As String = Nothing, Optional stepGroups As IEnumerable(Of StepGroup) = Nothing, Optional status As String = Nothing, Optional totalRetryAttempts As Nullable(Of Integer) = Nothing, Optional operationInfo As RolloutOperationInfo = Nothing, Optional services As IEnumerable(Of Service) = Nothing) As RolloutData

パラメーター

name
String

名前。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

tags
IDictionary<String,String>

タグ。

location
AzureLocation

場所。

identity
Identity

リソースの ID。

buildVersion
String

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

artifactSourceId
String

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

targetServiceTopologyId
String

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

stepGroups
IEnumerable<StepGroup>

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

status
String

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

totalRetryAttempts
Nullable<Int32>

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

operationInfo
RolloutOperationInfo

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

services
IEnumerable<Service>

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

戻り値

モック作成用の新しい RolloutData インスタンス。

適用対象