ResourceManagerModelFactory.ProviderExtendedLocation 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 ProviderExtendedLocation.
public static Azure.ResourceManager.Resources.Models.ProviderExtendedLocation ProviderExtendedLocation (Azure.Core.AzureLocation? location = default, string providerExtendedLocationType = default, System.Collections.Generic.IEnumerable<string> extendedLocations = default);
static member ProviderExtendedLocation : Nullable<Azure.Core.AzureLocation> * string * seq<string> -> Azure.ResourceManager.Resources.Models.ProviderExtendedLocation
Public Shared Function ProviderExtendedLocation (Optional location As Nullable(Of AzureLocation) = Nothing, Optional providerExtendedLocationType As String = Nothing, Optional extendedLocations As IEnumerable(Of String) = Nothing) As ProviderExtendedLocation
Parameters
- location
- Nullable<AzureLocation>
The azure location.
- providerExtendedLocationType
- String
The extended location type.
- extendedLocations
- IEnumerable<String>
The extended locations for the azure location.
Returns
A new ProviderExtendedLocation instance for mocking.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET