共用方式為


EdgeArcAddon(String, String, String, AzureLocation) Constructor

Definition

Initializes a new instance of EdgeArcAddon.

public EdgeArcAddon (string subscriptionId, string resourceGroupName, string resourceName, Azure.Core.AzureLocation resourceLocation);
new Azure.ResourceManager.DataBoxEdge.Models.EdgeArcAddon : string * string * string * Azure.Core.AzureLocation -> Azure.ResourceManager.DataBoxEdge.Models.EdgeArcAddon
Public Sub New (subscriptionId As String, resourceGroupName As String, resourceName As String, resourceLocation As AzureLocation)

Parameters

subscriptionId
String

Arc resource subscription Id.

resourceGroupName
String

Arc resource group name.

resourceName
String

Arc resource Name.

resourceLocation
AzureLocation

Arc resource location.

Exceptions

subscriptionId, resourceGroupName or resourceName is null.

Applies to