WorkflowTriggerCallbackUrlInner 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
WorkflowTriggerCallbackUrlInner() | |
WorkflowTriggerCallbackUrlInner(String, String, String, String, IList<String>, WorkflowTriggerListCallbackUrlQueries) |
WorkflowTriggerCallbackUrlInner()
public WorkflowTriggerCallbackUrlInner ();
Public Sub New ()
Applies to
WorkflowTriggerCallbackUrlInner(String, String, String, String, IList<String>, WorkflowTriggerListCallbackUrlQueries)
public WorkflowTriggerCallbackUrlInner (string value = default, string method = default, string basePath = default, string relativePath = default, System.Collections.Generic.IList<string> relativePathParameters = default, Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowTriggerListCallbackUrlQueries queries = default);
new Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowTriggerCallbackUrlInner : string * string * string * string * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowTriggerListCallbackUrlQueries -> Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowTriggerCallbackUrlInner
Public Sub New (Optional value As String = Nothing, Optional method As String = Nothing, Optional basePath As String = Nothing, Optional relativePath As String = Nothing, Optional relativePathParameters As IList(Of String) = Nothing, Optional queries As WorkflowTriggerListCallbackUrlQueries = Nothing)
Parameters
- value
- String
- method
- String
- basePath
- String
- relativePath
- 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