PSSkuCapability(String, String) Constructor
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 the SkuCapability class.
public PSSkuCapability (string name, string value);
new Microsoft.Azure.Commands.Batch.Models.PSSkuCapability : string * string -> Microsoft.Azure.Commands.Batch.Models.PSSkuCapability
Public Sub New (name As String, value As String)
Parameters
- name
- String
The name of the feature.
- value
- String
The value of the feature.