SiteSlotSiteContainerCollection.CreateOrUpdate Method

Definition

Creates or Updates a site container for a site, or a deployment slot.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/sitecontainers/{containerName}
  • Operation Id: WebApps_CreateOrUpdateSiteContainerSlot
  • Default Api Version: 2023-12-01
  • Resource: SiteSlotSiteContainerResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.SiteSlotSiteContainerResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string containerName, Azure.ResourceManager.AppService.SiteContainerData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.AppService.SiteContainerData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.SiteSlotSiteContainerResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.AppService.SiteContainerData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.SiteSlotSiteContainerResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, containerName As String, data As SiteContainerData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of SiteSlotSiteContainerResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

containerName
String

Site Container Name.

data
SiteContainerData

Container Entity.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

containerName is an empty string, and was expected to be non-empty.

containerName or data is null.

Applies to