ResourceManagerModelFactory.ProviderExtendedLocation Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de 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
Paramètres
- location
- Nullable<AzureLocation>
Emplacement Azure.
- providerExtendedLocationType
- String
Type d’emplacement étendu.
- extendedLocations
- IEnumerable<String>
Emplacements étendus pour l’emplacement Azure.
Retours
Une nouvelle ProviderExtendedLocation instance pour se moquer.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET