StaticSiteUserProvidedFunctionAppCollection.Get Method

Definition

Description for Gets the details of the user provided function app registered with a static site

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