Share via


ServiceUnitResourceData(AzureLocation, String, DeploymentMode) Constructor

Definition

Initializes a new instance of ServiceUnitResourceData.

public ServiceUnitResourceData(Azure.Core.AzureLocation ___location, string targetResourceGroup, Azure.ResourceManager.DeploymentManager.Models.DeploymentMode deploymentMode);
new Azure.ResourceManager.DeploymentManager.ServiceUnitResourceData : Azure.Core.AzureLocation * string * Azure.ResourceManager.DeploymentManager.Models.DeploymentMode -> Azure.ResourceManager.DeploymentManager.ServiceUnitResourceData
Public Sub New (___location As AzureLocation, targetResourceGroup As String, deploymentMode As DeploymentMode)

Parameters

___location
AzureLocation

The ___location.

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.

Exceptions

targetResourceGroup is null.

Applies to