EdgeArcAddon(String, String, String, AzureLocation) 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 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
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