Delen via


SkuInfosInner Constructors

Definitie

Overloads

SkuInfosInner()

Initialiseert een nieuw exemplaar van de klasse SkuInfosInner.

SkuInfosInner(String, IList<GlobalCsmSkuDescription>)

Initialiseert een nieuw exemplaar van de klasse SkuInfosInner.

SkuInfosInner()

Initialiseert een nieuw exemplaar van de klasse SkuInfosInner.

public SkuInfosInner ();
Public Sub New ()

Van toepassing op

SkuInfosInner(String, IList<GlobalCsmSkuDescription>)

Initialiseert een nieuw exemplaar van de klasse 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)

Parameters

resourceType
String

Resourcetype waarop deze SKU van toepassing is.

skus
IList<GlobalCsmSkuDescription>

Lijst met SKU's die het abonnement kan gebruiken.

Van toepassing op