Aracılığıyla paylaş


Location Constructors

Definition

Overloads

Location()

Initializes a new instance of the Location class.

Location(String)

Initializes a new instance of the Location class.

Location()

Initializes a new instance of the Location class.

public Location ();
Public Sub New ()

Applies to

Location(String)

Initializes a new instance of the Location class.

public Location (string locationProperty = default);
new Microsoft.Azure.Management.Security.Models.Location : string -> Microsoft.Azure.Management.Security.Models.Location
Public Sub New (Optional locationProperty As String = Nothing)

Parameters

locationProperty
String

Location where the resource is stored

Applies to