Feature 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
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET