ArmDeploymentManagerModelFactory.RolloutData Method

Definition

Initializes a new instance of 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

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tags
IDictionary<String,String>

The tags.

location
AzureLocation

The location.

identity
Identity

Identity for the resource.

buildVersion
String

The version of the build being deployed.

artifactSourceId
String

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

targetServiceTopologyId
String

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

stepGroups
IEnumerable<StepGroup>

The list of step groups that define the orchestration.

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
IEnumerable<Service>

The detailed information on the services being deployed.

Returns

A new RolloutData instance for mocking.

Applies to