Uses of Class
com.azure.resourcemanager.appservice.models.StaticSitesWorkflowPreviewRequest
-
Packages that use StaticSitesWorkflowPreviewRequest Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 StaticSitesWorkflowPreviewRequest Modifier and Type Method Description StaticSitesWorkflowPreviewInnerStaticSitesClient. previewWorkflow(String location, StaticSitesWorkflowPreviewRequest staticSitesWorkflowPreviewRequest)Description for Generates a preview workflow file for the static site.Mono<StaticSitesWorkflowPreviewInner>StaticSitesClient. previewWorkflowAsync(String location, StaticSitesWorkflowPreviewRequest staticSitesWorkflowPreviewRequest)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)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)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 StaticSitesWorkflowPreviewRequest Modifier and Type Method Description StaticSitesWorkflowPreviewRequestStaticSitesWorkflowPreviewRequest. withBranch(String branch)Set the branch property: The target branch in the repository.StaticSitesWorkflowPreviewRequestStaticSitesWorkflowPreviewRequest. withBuildProperties(StaticSiteBuildProperties buildProperties)Set the buildProperties property: Build properties to configure on the repository.StaticSitesWorkflowPreviewRequestStaticSitesWorkflowPreviewRequest. withKind(String kind)Set the kind property: Kind of resource.StaticSitesWorkflowPreviewRequestStaticSitesWorkflowPreviewRequest. withRepositoryUrl(String repositoryUrl)Set the repositoryUrl property: URL for the repository of the static site.
-