ServiceUnitProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET