| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
StaticSitesClient.beginCreateZipDeploymentForStaticSite(String resourceGroupName,
String name,
StaticSiteZipDeploymentArmResource staticSiteZipDeploymentEnvelope)
Description for Deploys zipped content to a static site.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
StaticSitesClient.beginCreateZipDeploymentForStaticSite(String resourceGroupName,
String name,
StaticSiteZipDeploymentArmResource staticSiteZipDeploymentEnvelope,
com.azure.core.util.Context context)
Description for Deploys zipped content to a static site.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
StaticSitesClient.beginCreateZipDeploymentForStaticSiteAsync(String resourceGroupName,
String name,
StaticSiteZipDeploymentArmResource staticSiteZipDeploymentEnvelope)
Description for Deploys zipped content to a static site.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
StaticSitesClient.beginCreateZipDeploymentForStaticSiteBuild(String resourceGroupName,
String name,
String environmentName,
StaticSiteZipDeploymentArmResource staticSiteZipDeploymentEnvelope)
Description for Deploys zipped content to a specific environment of a static site.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
StaticSitesClient.beginCreateZipDeploymentForStaticSiteBuild(String resourceGroupName,
String name,
String environmentName,
StaticSiteZipDeploymentArmResource staticSiteZipDeploymentEnvelope,
com.azure.core.util.Context context)
Description for Deploys zipped content to a specific environment of a static site.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
StaticSitesClient.beginCreateZipDeploymentForStaticSiteBuildAsync(String resourceGroupName,
String name,
String environmentName,
StaticSiteZipDeploymentArmResource staticSiteZipDeploymentEnvelope)
Description for Deploys zipped content to a specific environment of a static site.
|
void |
StaticSitesClient.createZipDeploymentForStaticSite(String resourceGroupName,
String name,
StaticSiteZipDeploymentArmResource staticSiteZipDeploymentEnvelope)
Description for Deploys zipped content to a static site.
|
void |
StaticSitesClient.createZipDeploymentForStaticSite(String resourceGroupName,
String name,
StaticSiteZipDeploymentArmResource staticSiteZipDeploymentEnvelope,
com.azure.core.util.Context context)
Description for Deploys zipped content to a static site.
|
Mono<Void> |
StaticSitesClient.createZipDeploymentForStaticSiteAsync(String resourceGroupName,
String name,
StaticSiteZipDeploymentArmResource staticSiteZipDeploymentEnvelope)
Description for Deploys zipped content to a static site.
|
void |
StaticSitesClient.createZipDeploymentForStaticSiteBuild(String resourceGroupName,
String name,
String environmentName,
StaticSiteZipDeploymentArmResource staticSiteZipDeploymentEnvelope)
Description for Deploys zipped content to a specific environment of a static site.
|
void |
StaticSitesClient.createZipDeploymentForStaticSiteBuild(String resourceGroupName,
String name,
String environmentName,
StaticSiteZipDeploymentArmResource staticSiteZipDeploymentEnvelope,
com.azure.core.util.Context context)
Description for Deploys zipped content to a specific environment of a static site.
|
Mono<Void> |
StaticSitesClient.createZipDeploymentForStaticSiteBuildAsync(String resourceGroupName,
String name,
String environmentName,
StaticSiteZipDeploymentArmResource staticSiteZipDeploymentEnvelope)
Description for Deploys zipped content to a specific environment of a static site.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
StaticSitesClient.createZipDeploymentForStaticSiteBuildWithResponseAsync(String resourceGroupName,
String name,
String environmentName,
StaticSiteZipDeploymentArmResource staticSiteZipDeploymentEnvelope)
Description for Deploys zipped content to a specific environment of a static site.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
StaticSitesClient.createZipDeploymentForStaticSiteWithResponseAsync(String resourceGroupName,
String name,
StaticSiteZipDeploymentArmResource staticSiteZipDeploymentEnvelope)
Description for Deploys zipped content to a static site.
|
| Modifier and Type | Method and Description |
|---|---|
StaticSiteZipDeploymentArmResource |
StaticSiteZipDeploymentArmResource.withApiZipUrl(String apiZipUrl)
Set the apiZipUrl property: URL for the zipped api content.
|
StaticSiteZipDeploymentArmResource |
StaticSiteZipDeploymentArmResource.withAppZipUrl(String appZipUrl)
Set the appZipUrl property: URL for the zipped app content.
|
StaticSiteZipDeploymentArmResource |
StaticSiteZipDeploymentArmResource.withDeploymentTitle(String deploymentTitle)
Set the deploymentTitle property: A title to label the deployment.
|
StaticSiteZipDeploymentArmResource |
StaticSiteZipDeploymentArmResource.withFunctionLanguage(String functionLanguage)
Set the functionLanguage property: The language of the api content, if it exists.
|
StaticSiteZipDeploymentArmResource |
StaticSiteZipDeploymentArmResource.withKind(String kind)
Set the kind property: Kind of resource.
|
StaticSiteZipDeploymentArmResource |
StaticSiteZipDeploymentArmResource.withProvider(String provider)
Set the provider property: The provider submitting this deployment.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.