Share via


ServiceUnit Class

Definition

Defines a service unit.

public class ServiceUnit : Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnitProperties
type ServiceUnit = class
    inherit ServiceUnitProperties
Public Class ServiceUnit
Inherits ServiceUnitProperties
Inheritance

Constructors

ServiceUnit()

Initializes a new instance of the ServiceUnit class.

ServiceUnit(String, DeploymentMode, ServiceUnitArtifacts, String, IList<RolloutStep>)

Initializes a new instance of the ServiceUnit class.

Properties

Artifacts

Gets or sets the artifacts for the service unit.

(Inherited from ServiceUnitProperties)
DeploymentMode

Gets or sets describes the type of ARM deployment to be performed on the resource. Possible values include: 'Incremental', 'Complete'

(Inherited from ServiceUnitProperties)
Name

Gets or sets name of the service unit.

Steps

Gets or sets detailed step information, if present.

TargetResourceGroup

Gets or sets the Azure Resource Group to which the resources in the service unit belong to or should be deployed to.

(Inherited from ServiceUnitProperties)

Methods

Validate()

Validate the object.

Applies to