ServiceResourceData(AzureLocation, String, String) 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 ServiceResourceData.
public ServiceResourceData (Azure.Core.AzureLocation location, string targetLocation, string targetSubscriptionId);
new Azure.ResourceManager.DeploymentManager.ServiceResourceData : Azure.Core.AzureLocation * string * string -> Azure.ResourceManager.DeploymentManager.ServiceResourceData
Public Sub New (location As AzureLocation, targetLocation As String, targetSubscriptionId As String)
Parameters
- location
- AzureLocation
The location.
- targetLocation
- String
The Azure location to which the resources in the service belong to or should be deployed to.
- targetSubscriptionId
- String
The subscription to which the resources in the service belong to or should be deployed to.
Exceptions
targetLocation
or targetSubscriptionId
is null.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET