LabServicesSku 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
LabServicesSku() |
Initializes a new instance of the LabServicesSku class. |
LabServicesSku(String, String, String, String, String, LabServicesSkuCapacity, IList<LabServicesSkuCapabilities>, IList<String>, IList<LabServicesSkuCost>, IList<LabServicesSkuRestrictions>) |
Initializes a new instance of the LabServicesSku class. |
LabServicesSku()
Initializes a new instance of the LabServicesSku class.
public LabServicesSku ();
Public Sub New ()
Applies to
LabServicesSku(String, String, String, String, String, LabServicesSkuCapacity, IList<LabServicesSkuCapabilities>, IList<String>, IList<LabServicesSkuCost>, IList<LabServicesSkuRestrictions>)
Initializes a new instance of the LabServicesSku class.
public LabServicesSku (string resourceType = default, string name = default, string tier = default, string size = default, string family = default, Microsoft.Azure.Management.LabServices.Models.LabServicesSkuCapacity capacity = default, System.Collections.Generic.IList<Microsoft.Azure.Management.LabServices.Models.LabServicesSkuCapabilities> capabilities = default, System.Collections.Generic.IList<string> locations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.LabServices.Models.LabServicesSkuCost> costs = default, System.Collections.Generic.IList<Microsoft.Azure.Management.LabServices.Models.LabServicesSkuRestrictions> restrictions = default);
new Microsoft.Azure.Management.LabServices.Models.LabServicesSku : string * string * string * string * string * Microsoft.Azure.Management.LabServices.Models.LabServicesSkuCapacity * System.Collections.Generic.IList<Microsoft.Azure.Management.LabServices.Models.LabServicesSkuCapabilities> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.LabServices.Models.LabServicesSkuCost> * System.Collections.Generic.IList<Microsoft.Azure.Management.LabServices.Models.LabServicesSkuRestrictions> -> Microsoft.Azure.Management.LabServices.Models.LabServicesSku
Public Sub New (Optional resourceType As String = Nothing, Optional name As String = Nothing, Optional tier As String = Nothing, Optional size As String = Nothing, Optional family As String = Nothing, Optional capacity As LabServicesSkuCapacity = Nothing, Optional capabilities As IList(Of LabServicesSkuCapabilities) = Nothing, Optional locations As IList(Of String) = Nothing, Optional costs As IList(Of LabServicesSkuCost) = Nothing, Optional restrictions As IList(Of LabServicesSkuRestrictions) = Nothing)
Parameters
- resourceType
- String
The lab services resource type.
- name
- String
The name of the SKU.
- tier
- String
The tier of the SKU. Possible values include: 'Standard', 'Premium'
- size
- String
The SKU size.
- family
- String
The family of the SKU.
- capacity
- LabServicesSkuCapacity
- capabilities
- IList<LabServicesSkuCapabilities>
The capabilities of the SKU.
- costs
- IList<LabServicesSkuCost>
Metadata for retrieving price info of a lab services SKUs.
- restrictions
- IList<LabServicesSkuRestrictions>
Restrictions of a lab services SKUs.
Applies to
Azure SDK for .NET