SupportedSku 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
SupportedSku() |
Initializes a new instance of the SupportedSku class. |
SupportedSku(String, String, IList<SkuCapability>) |
Initializes a new instance of the SupportedSku class. |
SupportedSku()
Initializes a new instance of the SupportedSku class.
public SupportedSku();
Public Sub New ()
Applies to
SupportedSku(String, String, IList<SkuCapability>)
Initializes a new instance of the SupportedSku class.
public SupportedSku(string name = default, string familyName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.SkuCapability> capabilities = default);
new Microsoft.Azure.Management.Batch.Models.SupportedSku : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.SkuCapability> -> Microsoft.Azure.Management.Batch.Models.SupportedSku
Public Sub New (Optional name As String = Nothing, Optional familyName As String = Nothing, Optional capabilities As IList(Of SkuCapability) = Nothing)
Parameters
- name
- String
The name of the SKU.
- familyName
- String
The family name of the SKU.
- capabilities
- IList<SkuCapability>
A collection of capabilities which this SKU supports.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET