public final class StaticSiteZipDeployment extends Object
| Constructor and Description |
|---|
StaticSiteZipDeployment() |
| Modifier and Type | Method and Description |
|---|---|
String |
apiZipUrl()
Get the apiZipUrl property: URL for the zipped api content.
|
String |
appZipUrl()
Get the appZipUrl property: URL for the zipped app content.
|
String |
deploymentTitle()
Get the deploymentTitle property: A title to label the deployment.
|
String |
functionLanguage()
Get the functionLanguage property: The language of the api content, if it exists.
|
String |
provider()
Get the provider property: The provider submitting this deployment.
|
void |
validate()
Validates the instance.
|
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.
|
public String appZipUrl()
public StaticSiteZipDeployment withAppZipUrl(String appZipUrl)
appZipUrl - the appZipUrl value to set.public String apiZipUrl()
public StaticSiteZipDeployment withApiZipUrl(String apiZipUrl)
apiZipUrl - the apiZipUrl value to set.public String deploymentTitle()
public StaticSiteZipDeployment withDeploymentTitle(String deploymentTitle)
deploymentTitle - the deploymentTitle value to set.public String provider()
public StaticSiteZipDeployment withProvider(String provider)
provider - the provider value to set.public String functionLanguage()
public StaticSiteZipDeployment withFunctionLanguage(String functionLanguage)
functionLanguage - the functionLanguage value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.