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