Uses of Class
com.azure.resourcemanager.appservice.models.StaticSitesWorkflowPreviewRequest
Packages that use StaticSitesWorkflowPreviewRequest
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of StaticSitesWorkflowPreviewRequest in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent with parameters of type StaticSitesWorkflowPreviewRequestModifier and TypeMethodDescriptionStaticSitesClient.previewWorkflow
(String location, StaticSitesWorkflowPreviewRequest staticSitesWorkflowPreviewRequest) Generates a preview workflow file for the static site Description for Generates a preview workflow file for the static site.StaticSitesClient.previewWorkflowAsync
(String location, StaticSitesWorkflowPreviewRequest staticSitesWorkflowPreviewRequest) Generates a preview workflow file for the static site Description for Generates a preview workflow file for the static site.com.azure.core.http.rest.Response
<StaticSitesWorkflowPreviewInner> StaticSitesClient.previewWorkflowWithResponse
(String location, StaticSitesWorkflowPreviewRequest staticSitesWorkflowPreviewRequest, com.azure.core.util.Context context) Generates a preview workflow file for the static site Description for Generates a preview workflow file for the static site.Mono
<com.azure.core.http.rest.Response<StaticSitesWorkflowPreviewInner>> StaticSitesClient.previewWorkflowWithResponseAsync
(String location, StaticSitesWorkflowPreviewRequest staticSitesWorkflowPreviewRequest) Generates a preview workflow file for the static site Description for Generates a preview workflow file for the static site. -
Uses of StaticSitesWorkflowPreviewRequest in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return StaticSitesWorkflowPreviewRequestModifier and TypeMethodDescriptionStaticSitesWorkflowPreviewRequest.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of StaticSitesWorkflowPreviewRequest from the JsonReader.StaticSitesWorkflowPreviewRequest.withBranch
(String branch) Set the branch property: The target branch in the repository.StaticSitesWorkflowPreviewRequest.withBuildProperties
(StaticSiteBuildProperties buildProperties) Set the buildProperties property: Build properties to configure on the repository.Set the kind property: Kind of resource.StaticSitesWorkflowPreviewRequest.withRepositoryUrl
(String repositoryUrl) Set the repositoryUrl property: URL for the repository of the static site.