Share via


StaticSiteUserProvidedFunctionAppCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

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

Parameters

functionAppName
String

Name of the function app registered with the static site.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

functionAppName is null.

Applies to