ResourceManagerModelFactory.LocationMetadata 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.
Initializes a new instance of LocationMetadata.
public static Azure.ResourceManager.Resources.Models.LocationMetadata LocationMetadata (Azure.ResourceManager.Resources.Models.RegionType? regionType = default, Azure.ResourceManager.Resources.Models.RegionCategory? regionCategory = default, string geography = default, string geographyGroup = default, double? longitude = default, double? latitude = default, string physicalLocation = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Resources.Models.PairedRegion> pairedRegions = default, string homeLocation = default);
static member LocationMetadata : Nullable<Azure.ResourceManager.Resources.Models.RegionType> * Nullable<Azure.ResourceManager.Resources.Models.RegionCategory> * string * string * Nullable<double> * Nullable<double> * string * seq<Azure.ResourceManager.Resources.Models.PairedRegion> * string -> Azure.ResourceManager.Resources.Models.LocationMetadata
Public Shared Function LocationMetadata (Optional regionType As Nullable(Of RegionType) = Nothing, Optional regionCategory As Nullable(Of RegionCategory) = Nothing, Optional geography As String = Nothing, Optional geographyGroup As String = Nothing, Optional longitude As Nullable(Of Double) = Nothing, Optional latitude As Nullable(Of Double) = Nothing, Optional physicalLocation As String = Nothing, Optional pairedRegions As IEnumerable(Of PairedRegion) = Nothing, Optional homeLocation As String = Nothing) As LocationMetadata
Parameters
- regionType
- Nullable<RegionType>
The type of the region.
- regionCategory
- Nullable<RegionCategory>
The category of the region.
- geography
- String
The geography of the location.
- geographyGroup
- String
The geography group of the location.
- physicalLocation
- String
The physical location of the Azure location.
- pairedRegions
- IEnumerable<PairedRegion>
The regions paired to this region.
- homeLocation
- String
The home location of an edge zone.
Returns
A new LocationMetadata instance for mocking.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET