Condividi tramite


Rollout Constructors

Definition

Overloads

Rollout()

Initializes a new instance of the Rollout class.

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

Initializes a new instance of the Rollout class.

Rollout()

Initializes a new instance of the Rollout class.

public Rollout ();
Public Sub New ()

Applies to

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

Initializes a new instance of the Rollout class.

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)

Parameters

location
String

The geo-location where the resource lives

buildVersion
String

The version of the build being deployed.

targetServiceTopologyId
String

The resource Id of the service topology from which service units are being referenced in step groups to be deployed.

stepGroups
IList<StepGroup>

The list of step groups that define the orchestration.

id
String

Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

The name of the resource

type
String

The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

tags
IDictionary<String,String>

Resource tags.

identity
Identity

Identity for the resource.

artifactSourceId
String

The reference to the artifact source resource Id where the payload is located.

status
String

The current status of the rollout.

totalRetryAttempts
Nullable<Int32>

The cardinal count of total number of retries performed on the rollout at a given time.

operationInfo
RolloutOperationInfo

Operational information of the rollout.

services
IList<Service>

The detailed information on the services being deployed.

Applies to