public final class StaticSiteZipDeploymentArmResource extends ProxyOnlyResource
| Constructor and Description |
|---|
StaticSiteZipDeploymentArmResource() |
| 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.
|
StaticSiteZipDeploymentArmResource |
withApiZipUrl(String apiZipUrl)
Set the apiZipUrl property: URL for the zipped api content.
|
StaticSiteZipDeploymentArmResource |
withAppZipUrl(String appZipUrl)
Set the appZipUrl property: URL for the zipped app content.
|
StaticSiteZipDeploymentArmResource |
withDeploymentTitle(String deploymentTitle)
Set the deploymentTitle property: A title to label the deployment.
|
StaticSiteZipDeploymentArmResource |
withFunctionLanguage(String functionLanguage)
Set the functionLanguage property: The language of the api content, if it exists.
|
StaticSiteZipDeploymentArmResource |
withKind(String kind)
Set the kind property: Kind of resource.
|
StaticSiteZipDeploymentArmResource |
withProvider(String provider)
Set the provider property: The provider submitting this deployment.
|
kindpublic StaticSiteZipDeploymentArmResource withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public String appZipUrl()
public StaticSiteZipDeploymentArmResource withAppZipUrl(String appZipUrl)
appZipUrl - the appZipUrl value to set.public String apiZipUrl()
public StaticSiteZipDeploymentArmResource withApiZipUrl(String apiZipUrl)
apiZipUrl - the apiZipUrl value to set.public String deploymentTitle()
public StaticSiteZipDeploymentArmResource withDeploymentTitle(String deploymentTitle)
deploymentTitle - the deploymentTitle value to set.public String provider()
public StaticSiteZipDeploymentArmResource withProvider(String provider)
provider - the provider value to set.public String functionLanguage()
public StaticSiteZipDeploymentArmResource withFunctionLanguage(String functionLanguage)
functionLanguage - the functionLanguage value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.