Compartilhar via


ResourceManagerModelFactory.ProviderExtendedLocation Método

Definição

Inicializa uma nova instância 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

Parâmetros

location
Nullable<AzureLocation>

O local do azure.

providerExtendedLocationType
String

O tipo de local estendido.

extendedLocations
IEnumerable<String>

Os locais estendidos para o local do azure.

Retornos

Uma nova ProviderExtendedLocation instância para simulação.

Aplica-se a