次の方法で共有


ArmDataBoxEdgeModelFactory.DataBoxEdgeSkuLocationInfo メソッド

定義

DataBoxEdgeSkuLocationInfo の新しいインスタンスを初期化します。

public static Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeSkuLocationInfo DataBoxEdgeSkuLocationInfo (Azure.Core.AzureLocation? location = default, System.Collections.Generic.IEnumerable<string> zones = default, System.Collections.Generic.IEnumerable<string> sites = default);
static member DataBoxEdgeSkuLocationInfo : Nullable<Azure.Core.AzureLocation> * seq<string> * seq<string> -> Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeSkuLocationInfo
Public Shared Function DataBoxEdgeSkuLocationInfo (Optional location As Nullable(Of AzureLocation) = Nothing, Optional zones As IEnumerable(Of String) = Nothing, Optional sites As IEnumerable(Of String) = Nothing) As DataBoxEdgeSkuLocationInfo

パラメーター

location
Nullable<AzureLocation>

場所。

zones
IEnumerable<String>

ゾーン。

sites
IEnumerable<String>

サイト。

戻り値

モック作成用の新しい DataBoxEdgeSkuLocationInfo インスタンス。

適用対象