SkuCapability 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
SkuCapability() |
Initializes a new instance of the SkuCapability class. |
SkuCapability(String, String) |
Initializes a new instance of the SkuCapability class. |
SkuCapability()
Initializes a new instance of the SkuCapability class.
public SkuCapability ();
Public Sub New ()
Applies to
SkuCapability(String, String)
Initializes a new instance of the SkuCapability class.
public SkuCapability (string name = default, string value = default);
new Microsoft.Azure.Management.CognitiveServices.Models.SkuCapability : string * string -> Microsoft.Azure.Management.CognitiveServices.Models.SkuCapability
Public Sub New (Optional name As String = Nothing, Optional value As String = Nothing)
Parameters
- name
- String
The name of the SkuCapability.
- value
- String
The value of the SkuCapability.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET