次の方法で共有


SkuInfosInner コンストラクター

定義

オーバーロード

SkuInfosInner()

SkuInfosInner クラスの新しいインスタンスを初期化します。

SkuInfosInner(String, IList<GlobalCsmSkuDescription>)

SkuInfosInner クラスの新しいインスタンスを初期化します。

SkuInfosInner()

SkuInfosInner クラスの新しいインスタンスを初期化します。

public SkuInfosInner ();
Public Sub New ()

適用対象

SkuInfosInner(String, IList<GlobalCsmSkuDescription>)

SkuInfosInner クラスの新しいインスタンスを初期化します。

public SkuInfosInner (string resourceType = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.GlobalCsmSkuDescription> skus = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.SkuInfosInner : string * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.GlobalCsmSkuDescription> -> Microsoft.Azure.Management.AppService.Fluent.Models.SkuInfosInner
Public Sub New (Optional resourceType As String = Nothing, Optional skus As IList(Of GlobalCsmSkuDescription) = Nothing)

パラメーター

resourceType
String

この SKU が適用されるリソースの種類。

skus
IList<GlobalCsmSkuDescription>

サブスクリプションで使用できる SKU の一覧。

適用対象