次の方法で共有


WebSiteSlotResource.GetMetadataSlot(CancellationToken) メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/metadata/list
  • 操作IdWebApps_ListMetadataSlot
public virtual Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary> GetMetadataSlot (System.Threading.CancellationToken cancellationToken = default);
abstract member GetMetadataSlot : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>
override this.GetMetadataSlot : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>
Public Overridable Function GetMetadataSlot (Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppServiceConfigurationDictionary)

パラメーター

cancellationToken
CancellationToken

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

戻り値

適用対象