Uses of Class
com.azure.resourcemanager.appservice.fluent.models.StaticSitesWorkflowPreviewRequestProperties
-
Packages that use StaticSitesWorkflowPreviewRequestProperties Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient. -
-
Uses of StaticSitesWorkflowPreviewRequestProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return StaticSitesWorkflowPreviewRequestProperties Modifier and Type Method Description StaticSitesWorkflowPreviewRequestPropertiesStaticSitesWorkflowPreviewRequestProperties. withBranch(String branch)Set the branch property: The target branch in the repository.StaticSitesWorkflowPreviewRequestPropertiesStaticSitesWorkflowPreviewRequestProperties. withBuildProperties(StaticSiteBuildProperties buildProperties)Set the buildProperties property: Build properties to configure on the repository.StaticSitesWorkflowPreviewRequestPropertiesStaticSitesWorkflowPreviewRequestProperties. withRepositoryUrl(String repositoryUrl)Set the repositoryUrl property: URL for the repository of the static site.
-