Uses of Class
com.azure.resourcemanager.appservice.fluent.models.StaticSiteZipDeployment
Packages that use StaticSiteZipDeployment
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of StaticSiteZipDeployment in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return StaticSiteZipDeploymentModifier and TypeMethodDescriptionstatic StaticSiteZipDeploymentStaticSiteZipDeployment.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of StaticSiteZipDeployment from the JsonReader.StaticSiteZipDeployment.withApiZipUrl(String apiZipUrl) Set the apiZipUrl property: URL for the zipped api content.StaticSiteZipDeployment.withAppZipUrl(String appZipUrl) Set the appZipUrl property: URL for the zipped app content.StaticSiteZipDeployment.withDeploymentTitle(String deploymentTitle) Set the deploymentTitle property: A title to label the deployment.StaticSiteZipDeployment.withFunctionLanguage(String functionLanguage) Set the functionLanguage property: The language of the api content, if it exists.StaticSiteZipDeployment.withProvider(String provider) Set the provider property: The provider submitting this deployment.