Share via


ExtendedLocation(String, String) Constructor

Definition

Initializes a new instance of ExtendedLocation.

public ExtendedLocation(string name, string extendedLocationType);
new Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation : string * string -> Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation
Public Sub New (name As String, extendedLocationType As String)

Parameters

name
String

The resource ID of the extended ___location on which the resource will be created.

extendedLocationType
String

The extended ___location type, for example, CustomLocation.

Exceptions

name or extendedLocationType is null.

Applies to