ArmPeeringModelFactory.PeeringLocation メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
パラメーター
ID。
- name
- String
名前。
- resourceType
- ResourceType
resourceType。
- systemData
- SystemData
systemData。
- kind
- Nullable<PeeringKind>
ピアリングの場所でサポートされるピアリングの種類。
直接ピアリングの場所を定義するプロパティ。
- exchangePeeringFacilities
- IEnumerable<ExchangePeeringFacility>
Exchange ピアリングの場所を定義するプロパティ。
- peeringLocationValue
- String
ピアリングの場所の名前。
- country
- String
ピアリングの場所が存在する国。
- azureRegion
- Nullable<AzureLocation>
ピアリングの場所に関連付けられている Azure リージョン。
戻り値
モック作成用の新しい PeeringLocation インスタンス。