StaticSiteBuildUserProvidedFunctionAppCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

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

Parameters

functionAppName
String

Name of the function app registered with the static site build.

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