ArmModelFactory.Location Method
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.
Creates a new instance of Location(String, String, String, String, String, String).
public static Azure.Connectors.Sdk.Arm.Models.Location Location(string id = default, string subscriptionId = default, string locationName = default, string displayName = default, string latitude = default, string longitude = default);
static member Location : string * string * string * string * string * string -> Azure.Connectors.Sdk.Arm.Models.Location
Public Shared Function Location (Optional id As String = Nothing, Optional subscriptionId As String = Nothing, Optional locationName As String = Nothing, Optional displayName As String = Nothing, Optional latitude As String = Nothing, Optional longitude As String = Nothing) As Location
Parameters
- id
- String
- subscriptionId
- String
- locationName
- String
- displayName
- String
- latitude
- String
- longitude
- String