次の方法で共有


AppServiceEnvironmentResource.GetVipInfoAsync(CancellationToken) メソッド

定義

「App Service Environmentに割り当てられた IP アドレスを取得する」の説明。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/capacities/virtualip
  • 操作IdAppServiceEnvironments_GetVipInfo
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceEnvironmentAddressResult>> GetVipInfoAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetVipInfoAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceEnvironmentAddressResult>>
override this.GetVipInfoAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceEnvironmentAddressResult>>
Public Overridable Function GetVipInfoAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppServiceEnvironmentAddressResult))

パラメーター

cancellationToken
CancellationToken

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

戻り値

適用対象