CheckSkuAvailabilityParameter Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- kind
- String
The Kind of the resource.
- type
- String
The Type of the resource.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET