다음을 통해 공유


SkuInfosInner 생성자

정의

오버로드

SkuInfosInner()

SkuInfosInner 클래스의 새 instance 초기화합니다.

SkuInfosInner(String, IList<GlobalCsmSkuDescription>)

SkuInfosInner 클래스의 새 instance 초기화합니다.

SkuInfosInner()

SkuInfosInner 클래스의 새 instance 초기화합니다.

public SkuInfosInner ();
Public Sub New ()

적용 대상

SkuInfosInner(String, IList<GlobalCsmSkuDescription>)

SkuInfosInner 클래스의 새 instance 초기화합니다.

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 목록입니다.

적용 대상