你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RolloutRequest 构造函数

定义

重载

RolloutRequest()

初始化 RolloutRequest 类的新实例。

RolloutRequest(String, Identity, String, String, IList<StepGroup>, String, String, String, IDictionary<String,String>, String)

初始化 RolloutRequest 类的新实例。

RolloutRequest()

初始化 RolloutRequest 类的新实例。

public RolloutRequest ();
Public Sub New ()

适用于

RolloutRequest(String, Identity, String, String, IList<StepGroup>, String, String, String, IDictionary<String,String>, String)

初始化 RolloutRequest 类的新实例。

public RolloutRequest (string location, Microsoft.Azure.Management.DeploymentManager.Models.Identity identity, 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, string artifactSourceId = default);
new Microsoft.Azure.Management.DeploymentManager.Models.RolloutRequest : string * Microsoft.Azure.Management.DeploymentManager.Models.Identity * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.StepGroup> * string * string * string * System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.Management.DeploymentManager.Models.RolloutRequest
Public Sub New (location As String, identity As Identity, 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 artifactSourceId As String = Nothing)

参数

location
String

资源所在的地理位置

identity
Identity

资源的标识。

buildVersion
String

要部署的生成版本。

targetServiceTopologyId
String

在要部署的步骤组中引用的服务单元的服务拓扑的资源 ID。

stepGroups
IList<StepGroup>

定义业务流程的步骤组列表。

id
String

资源的完全限定资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

资源的名称

type
String

资源类型。 Ex-Microsoft.Compute/virtualMachines 或 Microsoft.Storage/storageAccounts。

tags
IDictionary<String,String>

资源标记。

artifactSourceId
String

对有效负载所在的项目源资源 ID 的引用。

适用于