ArmPeeringModelFactory.PeeringLocation Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de PeeringLocation.
public static Azure.ResourceManager.Peering.Models.PeeringLocation PeeringLocation (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.Peering.Models.PeeringKind? kind = default, Azure.ResourceManager.Peering.Models.DirectPeeringLocationProperties direct = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Peering.Models.ExchangePeeringFacility> exchangePeeringFacilities = default, string peeringLocationValue = default, string country = default, Azure.Core.AzureLocation? azureRegion = default);
static member PeeringLocation : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.Peering.Models.PeeringKind> * Azure.ResourceManager.Peering.Models.DirectPeeringLocationProperties * seq<Azure.ResourceManager.Peering.Models.ExchangePeeringFacility> * string * string * Nullable<Azure.Core.AzureLocation> -> Azure.ResourceManager.Peering.Models.PeeringLocation
Public Shared Function PeeringLocation (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional kind As Nullable(Of PeeringKind) = Nothing, Optional direct As DirectPeeringLocationProperties = Nothing, Optional exchangePeeringFacilities As IEnumerable(Of ExchangePeeringFacility) = Nothing, Optional peeringLocationValue As String = Nothing, Optional country As String = Nothing, Optional azureRegion As Nullable(Of AzureLocation) = Nothing) As PeeringLocation
Parâmetros
A ID.
- name
- String
O nome.
- resourceType
- ResourceType
O resourceType.
- systemData
- SystemData
O systemData.
- kind
- Nullable<PeeringKind>
O tipo de emparelhamento compatível com o local de emparelhamento.
As propriedades que definem um local de emparelhamento direto.
- exchangePeeringFacilities
- IEnumerable<ExchangePeeringFacility>
As propriedades que definem um local de emparelhamento de troca.
- peeringLocationValue
- String
O nome do local de emparelhamento.
- country
- String
O país no qual o local de emparelhamento existe.
- azureRegion
- Nullable<AzureLocation>
A região do Azure associada ao local de emparelhamento.
Retornos
Uma nova PeeringLocation instância para zombar.