Freigeben über


ResourceSku Konstruktoren

Definition

Überlädt

ResourceSku()

Initialisiert eine neue instance der ResourceSku-Klasse.

ResourceSku(String, String, String, SkuCapacity, IList<String>, IList<ResourceSkuLocationInfo>, IList<ResourceSkuRestrictions>)

Initialisiert eine neue instance der ResourceSku-Klasse.

ResourceSku()

Initialisiert eine neue instance der ResourceSku-Klasse.

public ResourceSku ();
Public Sub New ()

Gilt für:

ResourceSku(String, String, String, SkuCapacity, IList<String>, IList<ResourceSkuLocationInfo>, IList<ResourceSkuRestrictions>)

Initialisiert eine neue instance der ResourceSku-Klasse.

public ResourceSku (string resourceType = default, string name = default, string tier = default, Microsoft.Azure.Management.AppPlatform.Models.SkuCapacity capacity = default, System.Collections.Generic.IList<string> locations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppPlatform.Models.ResourceSkuLocationInfo> locationInfo = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppPlatform.Models.ResourceSkuRestrictions> restrictions = default);
new Microsoft.Azure.Management.AppPlatform.Models.ResourceSku : string * string * string * Microsoft.Azure.Management.AppPlatform.Models.SkuCapacity * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.AppPlatform.Models.ResourceSkuLocationInfo> * System.Collections.Generic.IList<Microsoft.Azure.Management.AppPlatform.Models.ResourceSkuRestrictions> -> Microsoft.Azure.Management.AppPlatform.Models.ResourceSku
Public Sub New (Optional resourceType As String = Nothing, Optional name As String = Nothing, Optional tier As String = Nothing, Optional capacity As SkuCapacity = Nothing, Optional locations As IList(Of String) = Nothing, Optional locationInfo As IList(Of ResourceSkuLocationInfo) = Nothing, Optional restrictions As IList(Of ResourceSkuRestrictions) = Nothing)

Parameter

resourceType
String

Ruft den Typ der Ressource ab, auf die die SKU angewendet wird.

name
String

Ruft den Namen der SKU ab.

tier
String

Ruft den Tarif der SKU ab.

capacity
SkuCapacity

Ruft die Kapazität der SKU ab.

locations
IList<String>

Ruft den Satz von Speicherorten ab, an denen die SKU verfügbar ist.

locationInfo
IList<ResourceSkuLocationInfo>

Ruft eine Liste der Standorte und Verfügbarkeitszonen an den Standorten ab, an denen die SKU verfügbar ist.

restrictions
IList<ResourceSkuRestrictions>

Ruft die Einschränkungen ab, aufgrund derer die SKU nicht verwendet werden kann. Dies ist leer, wenn es keine Einschränkungen gibt.

Gilt für: