Condividi tramite


ServiceUnitProperties Class

Definition

Defines the properties of a service unit.

public class ServiceUnitProperties
type ServiceUnitProperties = class
Public Class ServiceUnitProperties
Inheritance
ServiceUnitProperties
Derived

Constructors

ServiceUnitProperties()

Initializes a new instance of the ServiceUnitProperties class.

ServiceUnitProperties(String, DeploymentMode, ServiceUnitArtifacts)

Initializes a new instance of the ServiceUnitProperties class.

Properties

Artifacts

Gets or sets the artifacts for the service unit.

DeploymentMode

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

TargetResourceGroup

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

Methods

Validate()

Validate the object.

Applies to