ContainerAppResource.GetContainerAppsFunction Method

Definition

Get a specific function of a Container App from the latest Revision.

public virtual Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppsFunctionResource> GetContainerAppsFunction(string functionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetContainerAppsFunction : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppsFunctionResource>
override this.GetContainerAppsFunction : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppsFunctionResource>
Public Overridable Function GetContainerAppsFunction (functionName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ContainerAppsFunctionResource)

Parameters

functionName
String

Name of the Function.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

functionName is null.

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

Applies to