Location Constructors
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.
Overloads
Location() | |
Location(String, String, String, String, String, String) |
Location()
public Location ();
Public Sub New ()
Applies to
Location(String, String, String, String, String, String)
public Location (string id = default, string subscriptionId = default, string name = default, string displayName = default, string latitude = default, string longitude = default);
new Microsoft.Azure.Internal.Subscriptions.Models.Location : string * string * string * string * string * string -> Microsoft.Azure.Internal.Subscriptions.Models.Location
Public Sub New (Optional id As String = Nothing, Optional subscriptionId As String = Nothing, Optional name As String = Nothing, Optional displayName As String = Nothing, Optional latitude As String = Nothing, Optional longitude As String = Nothing)
Parameters
- id
- String
- subscriptionId
- String
- name
- String
- displayName
- String
- latitude
- String
- longitude
- String