ServiceUnitResourceData(AzureLocation, String, DeploymentMode) Constructor
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.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET