Share via


SiteSlotInstanceCollection.GetIfExists(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}/slots/{slot}/instances/{instanceId}
  • Operation Id: WebApps_GetInstanceInfoSlot
  • Default Api Version: 2021-02-01
  • Resource: SiteSlotInstanceResource
public virtual Azure.NullableResponse<Azure.ResourceManager.AppService.SiteSlotInstanceResource> GetIfExists (string instanceId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.AppService.SiteSlotInstanceResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.AppService.SiteSlotInstanceResource>
Public Overridable Function GetIfExists (instanceId As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of SiteSlotInstanceResource)

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