SiteContainerCollection.GetAsync(String, CancellationToken) Method

Definition

Gets a site container of a site, or a deployment slot.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/sitecontainers/{containerName}
  • Operation Id: WebApps_GetSiteContainer
  • Default Api Version: 2023-12-01
  • Resource: SiteContainerResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteContainerResource>> GetAsync (string containerName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteContainerResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteContainerResource>>
Public Overridable Function GetAsync (containerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteContainerResource))

Parameters

containerName
String

Site Container Name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

containerName is null.

Applies to