ServiceUnitProperties Constructors
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.
Overloads
ServiceUnitProperties() |
Initializes a new instance of the ServiceUnitProperties class. |
ServiceUnitProperties(String, DeploymentMode, ServiceUnitArtifacts) |
Initializes a new instance of the ServiceUnitProperties class. |
ServiceUnitProperties()
Initializes a new instance of the ServiceUnitProperties class.
public ServiceUnitProperties ();
Public Sub New ()
Applies to
ServiceUnitProperties(String, DeploymentMode, ServiceUnitArtifacts)
Initializes a new instance of the ServiceUnitProperties class.
public ServiceUnitProperties (string targetResourceGroup, Microsoft.Azure.Management.DeploymentManager.Models.DeploymentMode deploymentMode, Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnitArtifacts artifacts = default);
new Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnitProperties : string * Microsoft.Azure.Management.DeploymentManager.Models.DeploymentMode * Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnitArtifacts -> Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnitProperties
Public Sub New (targetResourceGroup As String, deploymentMode As DeploymentMode, Optional artifacts As ServiceUnitArtifacts = Nothing)
Parameters
- targetResourceGroup
- String
The Azure Resource Group to which the resources in the service unit belong to or should be deployed to.
- deploymentMode
- DeploymentMode
Describes the type of ARM deployment to be performed on the resource. Possible values include: 'Incremental', 'Complete'
- artifacts
- ServiceUnitArtifacts
The artifacts for the service unit.