Share via


IFunctionApp.GetMasterKeyAsync(CancellationToken) Method

Definition

public System.Threading.Tasks.Task<string> GetMasterKeyAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetMasterKeyAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Function GetMasterKeyAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)

Parameters

cancellationToken
CancellationToken

Returns

Applies to