Condividi tramite


Rollout Class

Definition

Defines the rollout.

[Microsoft.Rest.Serialization.JsonTransformation]
public class Rollout : Microsoft.Azure.Management.DeploymentManager.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Rollout = class
    inherit TrackedResource
Public Class Rollout
Inherits TrackedResource
Inheritance
Attributes

Constructors

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.

Properties

ArtifactSourceId

Gets or sets the reference to the artifact source resource Id where the payload is located.

BuildVersion

Gets or sets the version of the build being deployed.

Id

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

(Inherited from Resource)
Identity

Gets or sets identity for the resource.

Location

Gets or sets the geo-location where the resource lives

(Inherited from TrackedResource)
Name

Gets the name of the resource

(Inherited from Resource)
OperationInfo

Gets operational information of the rollout.

Services

Gets the detailed information on the services being deployed.

Status

Gets the current status of the rollout.

StepGroups

Gets or sets the list of step groups that define the orchestration.

Tags

Gets or sets resource tags.

(Inherited from TrackedResource)
TargetServiceTopologyId

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

TotalRetryAttempts

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

Type

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

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to