| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
StaticSiteZipDeployment |
StaticSiteZipDeployment.withApiZipUrl(String apiZipUrl)
Set the apiZipUrl property: URL for the zipped api content.
|
StaticSiteZipDeployment |
StaticSiteZipDeployment.withAppZipUrl(String appZipUrl)
Set the appZipUrl property: URL for the zipped app content.
|
StaticSiteZipDeployment |
StaticSiteZipDeployment.withDeploymentTitle(String deploymentTitle)
Set the deploymentTitle property: A title to label the deployment.
|
StaticSiteZipDeployment |
StaticSiteZipDeployment.withFunctionLanguage(String functionLanguage)
Set the functionLanguage property: The language of the api content, if it exists.
|
StaticSiteZipDeployment |
StaticSiteZipDeployment.withProvider(String provider)
Set the provider property: The provider submitting this deployment.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.