Uses of Class
com.azure.resourcemanager.appservice.fluent.models.StaticSitesWorkflowPreviewRequestProperties
Packages that use StaticSitesWorkflowPreviewRequestProperties
Package
Description
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 StaticSitesWorkflowPreviewRequestPropertiesModifier and TypeMethodDescriptionStaticSitesWorkflowPreviewRequestProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of StaticSitesWorkflowPreviewRequestProperties from the JsonReader.StaticSitesWorkflowPreviewRequestProperties.withBranch(String branch) Set the branch property: The target branch in the repository.StaticSitesWorkflowPreviewRequestProperties.withBuildProperties(StaticSiteBuildProperties buildProperties) Set the buildProperties property: Build properties to configure on the repository.StaticSitesWorkflowPreviewRequestProperties.withRepositoryUrl(String repositoryUrl) Set the repositoryUrl property: URL for the repository of the static site.