ArmLabServicesModelFactory.AvailableLabServicesSkuCapability Method
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.
Initializes a new instance of AvailableLabServicesSkuCapability.
public static Azure.ResourceManager.LabServices.Models.AvailableLabServicesSkuCapability AvailableLabServicesSkuCapability (string name = default, string value = default);
static member AvailableLabServicesSkuCapability : string * string -> Azure.ResourceManager.LabServices.Models.AvailableLabServicesSkuCapability
Public Shared Function AvailableLabServicesSkuCapability (Optional name As String = Nothing, Optional value As String = Nothing) As AvailableLabServicesSkuCapability
Parameters
- name
- String
The name of the capability for a SKU.
- value
- String
The value of the capability for a SKU.
Returns
A new AvailableLabServicesSkuCapability instance for mocking.