AvailableFeature 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
AvailableFeature() | |
AvailableFeature(String, FeatureState, FeatureExtendedState, AdditionalFeatureInfo) |
AvailableFeature()
public AvailableFeature();
Public Sub New ()
Applies to
AvailableFeature(String, FeatureState, FeatureExtendedState, AdditionalFeatureInfo)
public AvailableFeature(string name, Microsoft.PowerBI.Api.Models.FeatureState state, Microsoft.PowerBI.Api.Models.FeatureExtendedState extendedState, Microsoft.PowerBI.Api.Models.AdditionalFeatureInfo additionalInfo = default);
new Microsoft.PowerBI.Api.Models.AvailableFeature : string * Microsoft.PowerBI.Api.Models.FeatureState * Microsoft.PowerBI.Api.Models.FeatureExtendedState * Microsoft.PowerBI.Api.Models.AdditionalFeatureInfo -> Microsoft.PowerBI.Api.Models.AvailableFeature
Public Sub New (name As String, state As FeatureState, extendedState As FeatureExtendedState, Optional additionalInfo As AdditionalFeatureInfo = Nothing)
Parameters
- name
- String
- state
- FeatureState
- extendedState
- FeatureExtendedState
- additionalInfo
- AdditionalFeatureInfo
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET