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.
- method
- String
Gets the workflow trigger callback URL HTTP method.
- basePath
- String
Gets the workflow trigger callback URL base path.
- relativePath
- String
Gets the workflow trigger callback URL relative path.
- relativePathParameters
- IEnumerable<String>
Gets the workflow trigger callback URL relative path parameters.
Gets the workflow trigger callback URL query parameters.
Returns
A new WorkflowTriggerCallbackUri instance for mocking.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET