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() | |
Feature(String, FeatureSupportStatus) |
Feature()
public Feature ();
Public Sub New ()
Applies to
Feature(String, FeatureSupportStatus)
public Feature (string name, Microsoft.Azure.Management.StorSimple.Fluent.Models.FeatureSupportStatus status);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.Feature : string * Microsoft.Azure.Management.StorSimple.Fluent.Models.FeatureSupportStatus -> Microsoft.Azure.Management.StorSimple.Fluent.Models.Feature
Public Sub New (name As String, status As FeatureSupportStatus)
Parameters
- name
- String
- status
- FeatureSupportStatus
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET