次の方法で共有


WebSiteSlotResource.GetMetadataSlotAsync(CancellationToken) メソッド

定義

の説明 アプリのメタデータを取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/metadata/list
  • 操作IdWebApps_ListMetadataSlot
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>> GetMetadataSlotAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetMetadataSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>>
override this.GetMetadataSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>>
Public Overridable Function GetMetadataSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppServiceConfigurationDictionary))

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象