Freigeben über


ResourceManagerModelFactory.ProviderExtendedLocation Methode

Definition

Initialisiert eine neue instance von 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

Parameter

location
Nullable<AzureLocation>

Der Azure-Standort.

providerExtendedLocationType
String

Der erweiterte Standorttyp.

extendedLocations
IEnumerable<String>

Die erweiterten Speicherorte für den Azure-Standort.

Gibt zurück

Eine neue ProviderExtendedLocation instance zum Mocking.

Gilt für: