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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET