Bagikan melalui


SiteInstanceCollection.GetIfExistsAsync(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/instances/{instanceId}
  • Operation Id: WebApps_GetInstanceInfo
  • Default Api Version: 2021-02-01
  • Resource: SiteInstanceResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.AppService.SiteInstanceResource>> GetIfExistsAsync (string instanceId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.AppService.SiteInstanceResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.AppService.SiteInstanceResource>>
Public Overridable Function GetIfExistsAsync (instanceId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of SiteInstanceResource))

Parameters

instanceId
String

The String to use.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

instanceId is null.

Applies to