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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET