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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET