ArmAppServiceModelFactory.WorkflowTriggerCallbackUri Method
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.
Initializes a new instance of WorkflowTriggerCallbackUri.
public static Azure.ResourceManager.AppService.Models.WorkflowTriggerCallbackUri WorkflowTriggerCallbackUri(string value = default, string method = default, string basePath = default, string relativePath = default, System.Collections.Generic.IEnumerable<string> relativePathParameters = default, Azure.ResourceManager.AppService.Models.WorkflowTriggerListCallbackUriQueries queries = default);
static member WorkflowTriggerCallbackUri : string * string * string * string * seq<string> * Azure.ResourceManager.AppService.Models.WorkflowTriggerListCallbackUriQueries -> Azure.ResourceManager.AppService.Models.WorkflowTriggerCallbackUri
Public Shared Function WorkflowTriggerCallbackUri (Optional value As String = Nothing, Optional method As String = Nothing, Optional basePath As String = Nothing, Optional relativePath As String = Nothing, Optional relativePathParameters As IEnumerable(Of String) = Nothing, Optional queries As WorkflowTriggerListCallbackUriQueries = Nothing) As WorkflowTriggerCallbackUri
Parameters
- value
- String
Gets the workflow trigger callback URL. Serialized Name: WorkflowTriggerCallbackUrl.value
- method
- String
Gets the workflow trigger callback URL HTTP method. Serialized Name: WorkflowTriggerCallbackUrl.method
- basePath
- String
Gets the workflow trigger callback URL base path. Serialized Name: WorkflowTriggerCallbackUrl.basePath
- relativePath
- String
Gets the workflow trigger callback URL relative path. Serialized Name: WorkflowTriggerCallbackUrl.relativePath
- relativePathParameters
- IEnumerable<String>
Gets the workflow trigger callback URL relative path parameters. Serialized Name: WorkflowTriggerCallbackUrl.relativePathParameters
Gets the workflow trigger callback URL query parameters. Serialized Name: WorkflowTriggerCallbackUrl.queries
Returns
A new WorkflowTriggerCallbackUri instance for mocking.