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
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