StaticSitesOperationsExtensions.PreviewWorkflowAsync 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.
Generates a preview workflow file for the static site
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.StaticSitesWorkflowPreview> PreviewWorkflowAsync (this Microsoft.Azure.Management.WebSites.IStaticSitesOperations operations, string location, Microsoft.Azure.Management.WebSites.Models.StaticSitesWorkflowPreviewRequest staticSitesWorkflowPreviewRequest, System.Threading.CancellationToken cancellationToken = default);
static member PreviewWorkflowAsync : Microsoft.Azure.Management.WebSites.IStaticSitesOperations * string * Microsoft.Azure.Management.WebSites.Models.StaticSitesWorkflowPreviewRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.StaticSitesWorkflowPreview>
<Extension()>
Public Function PreviewWorkflowAsync (operations As IStaticSitesOperations, location As String, staticSitesWorkflowPreviewRequest As StaticSitesWorkflowPreviewRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of StaticSitesWorkflowPreview)
Parameters
- operations
- IStaticSitesOperations
The operations group for this extension method.
- location
- String
Location where you plan to create the static site.
- staticSitesWorkflowPreviewRequest
- StaticSitesWorkflowPreviewRequest
A JSON representation of the StaticSitesWorkflowPreviewRequest properties. See example.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Description for Generates a preview workflow file for the static site
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET