Uses of Class
com.azure.resourcemanager.appservice.fluent.models.StaticSiteZipDeployment
-
Packages that use StaticSiteZipDeployment Package Description com.azure.resourcemanager.appservice.fluent.models 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 StaticSiteZipDeployment Modifier and Type Method Description StaticSiteZipDeploymentStaticSiteZipDeployment. withApiZipUrl(String apiZipUrl)Set the apiZipUrl property: URL for the zipped api content.StaticSiteZipDeploymentStaticSiteZipDeployment. withAppZipUrl(String appZipUrl)Set the appZipUrl property: URL for the zipped app content.StaticSiteZipDeploymentStaticSiteZipDeployment. withDeploymentTitle(String deploymentTitle)Set the deploymentTitle property: A title to label the deployment.StaticSiteZipDeploymentStaticSiteZipDeployment. withFunctionLanguage(String functionLanguage)Set the functionLanguage property: The language of the api content, if it exists.StaticSiteZipDeploymentStaticSiteZipDeployment. withProvider(String provider)Set the provider property: The provider submitting this deployment.
-