Dela via


CheckSkuAvailabilityParameter Constructors

Definition

Overloads

CheckSkuAvailabilityParameter()

Initializes a new instance of the CheckSkuAvailabilityParameter class.

CheckSkuAvailabilityParameter(IList<String>, String, String)

Initializes a new instance of the CheckSkuAvailabilityParameter class.

CheckSkuAvailabilityParameter()

Initializes a new instance of the CheckSkuAvailabilityParameter class.

public CheckSkuAvailabilityParameter ();
Public Sub New ()

Applies to

CheckSkuAvailabilityParameter(IList<String>, String, String)

Initializes a new instance of the CheckSkuAvailabilityParameter class.

public CheckSkuAvailabilityParameter (System.Collections.Generic.IList<string> skus, string kind, string type);
new Microsoft.Azure.Management.CognitiveServices.Models.CheckSkuAvailabilityParameter : System.Collections.Generic.IList<string> * string * string -> Microsoft.Azure.Management.CognitiveServices.Models.CheckSkuAvailabilityParameter
Public Sub New (skus As IList(Of String), kind As String, type As String)

Parameters

skus
IList<String>

The SKU of the resource.

kind
String

The Kind of the resource.

type
String

The Type of the resource.

Applies to