Feature Constructors

Definition

Overloads

Feature()

Initializes a new instance of the Feature class.

Feature(String, FeatureSupportStatus)

Initializes a new instance of the Feature class.

Feature()

Initializes a new instance of the Feature class.

public Feature ();
Public Sub New ()

Applies to

Feature(String, FeatureSupportStatus)

Initializes a new instance of the Feature class.

public Feature (string name, Microsoft.Azure.Management.StorSimple8000Series.Models.FeatureSupportStatus status);
new Microsoft.Azure.Management.StorSimple8000Series.Models.Feature : string * Microsoft.Azure.Management.StorSimple8000Series.Models.FeatureSupportStatus -> Microsoft.Azure.Management.StorSimple8000Series.Models.Feature
Public Sub New (name As String, status As FeatureSupportStatus)

Parameters

name
String

The name of the feature.

status
FeatureSupportStatus

The feature support status. Possible values include: 'NotAvailable', 'UnsupportedDeviceVersion', 'Supported'

Applies to