StaticSiteZipDeployment Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. fluent. models. StaticSiteZipDeployment
- com.
Implements
public final class StaticSiteZipDeployment
implements JsonSerializable<StaticSiteZipDeployment>
A static site zip deployment.
Constructor Summary
| Constructor | Description |
|---|---|
| StaticSiteZipDeployment() |
Creates an instance of Static |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
apiZipUrl()
Get the api |
| String |
appZipUrl()
Get the app |
| String |
deploymentTitle()
Get the deployment |
|
static
Static |
fromJson(JsonReader jsonReader)
Reads an instance of Static |
| String |
functionLanguage()
Get the function |
| String |
provider()
Get the provider property: The provider submitting this deployment. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Static |
withApiZipUrl(String apiZipUrl)
Set the api |
|
Static |
withAppZipUrl(String appZipUrl)
Set the app |
|
Static |
withDeploymentTitle(String deploymentTitle)
Set the deployment |
|
Static |
withFunctionLanguage(String functionLanguage)
Set the function |
|
Static |
withProvider(String provider)
Set the provider property: The provider submitting this deployment. |
Methods inherited from java.lang.Object
Constructor Details
StaticSiteZipDeployment
public StaticSiteZipDeployment()
Creates an instance of StaticSiteZipDeployment class.
Method Details
apiZipUrl
public String apiZipUrl()
Get the apiZipUrl property: URL for the zipped api content.
Returns:
appZipUrl
public String appZipUrl()
Get the appZipUrl property: URL for the zipped app content.
Returns:
deploymentTitle
public String deploymentTitle()
Get the deploymentTitle property: A title to label the deployment.
Returns:
fromJson
public static StaticSiteZipDeployment fromJson(JsonReader jsonReader)
Reads an instance of StaticSiteZipDeployment from the JsonReader.
Parameters:
Returns:
Throws:
functionLanguage
public String functionLanguage()
Get the functionLanguage property: The language of the api content, if it exists.
Returns:
provider
public String provider()
Get the provider property: The provider submitting this deployment.
Returns:
toJson
validate
public void validate()
Validates the instance.
withApiZipUrl
public StaticSiteZipDeployment withApiZipUrl(String apiZipUrl)
Set the apiZipUrl property: URL for the zipped api content.
Parameters:
Returns:
withAppZipUrl
public StaticSiteZipDeployment withAppZipUrl(String appZipUrl)
Set the appZipUrl property: URL for the zipped app content.
Parameters:
Returns:
withDeploymentTitle
public StaticSiteZipDeployment withDeploymentTitle(String deploymentTitle)
Set the deploymentTitle property: A title to label the deployment.
Parameters:
Returns:
withFunctionLanguage
public StaticSiteZipDeployment withFunctionLanguage(String functionLanguage)
Set the functionLanguage property: The language of the api content, if it exists.
Parameters:
Returns:
withProvider
public StaticSiteZipDeployment withProvider(String provider)
Set the provider property: The provider submitting this deployment.
Parameters:
Returns: