StaticSiteResource.CreateZipDeploymentForStaticSite Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Descrição de Implanta conteúdo compactado em um site estático.
- Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/zipdeploy
- Operação IdStaticSites_CreateZipDeploymentForStaticSite
public virtual Azure.ResourceManager.ArmOperation CreateZipDeploymentForStaticSite (Azure.WaitUntil waitUntil, Azure.ResourceManager.AppService.Models.StaticSiteZipDeployment staticSiteZipDeploymentEnvelope, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateZipDeploymentForStaticSite : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.StaticSiteZipDeployment * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
override this.CreateZipDeploymentForStaticSite : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.StaticSiteZipDeployment * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
Public Overridable Function CreateZipDeploymentForStaticSite (waitUntil As WaitUntil, staticSiteZipDeploymentEnvelope As StaticSiteZipDeployment, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation
Parâmetros
- waitUntil
- WaitUntil
Completed se o método deve aguardar para retornar até que a operação de execução prolongada seja concluída no serviço; Started se ele deve retornar depois de iniciar a operação. Para obter mais informações sobre operações de execução prolongada, consulte Exemplos de operação de Long-Running do Azure.Core.
- staticSiteZipDeploymentEnvelope
- StaticSiteZipDeployment
Uma representação JSON das propriedades StaticSiteZipDeployment. Confira o exemplo.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Exceções
staticSiteZipDeploymentEnvelope
é nulo.
Aplica-se a
Azure SDK for .NET