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

Rollout 构造函数

定义

重载

Rollout()

初始化 Rollout 类的新实例。

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

初始化 Rollout 类的新实例。

Rollout()

初始化 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>)

初始化 Rollout 类的新实例。

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

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

tags
IDictionary<String,String>

资源标记。

identity
Identity

资源的标识。

artifactSourceId
String

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

status
String

推出的当前状态。

totalRetryAttempts
Nullable<Int32>

在给定时间对推出执行的重试总数的基数。

operationInfo
RolloutOperationInfo

推出的操作信息。

services
IList<Service>

有关要部署的服务的详细信息。

适用于