MashupParameter 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
MashupParameter()
public MashupParameter();
Public Sub New ()
Applies to
MashupParameter(String, String, Boolean, String, IList<String>)
public MashupParameter(string name, string type, bool isRequired, string currentValue = default, System.Collections.Generic.IList<string> suggestedValues = default);
new Microsoft.PowerBI.Api.Models.MashupParameter : string * string * bool * string * System.Collections.Generic.IList<string> -> Microsoft.PowerBI.Api.Models.MashupParameter
Public Sub New (name As String, type As String, isRequired As Boolean, Optional currentValue As String = Nothing, Optional suggestedValues As IList(Of String) = Nothing)
Parameters
- name
- String
- type
- String
- isRequired
- Boolean
- currentValue
- String