共用方式為


IWebSiteManagementClient.VerifyHostingEnvironmentVnetWithHttpMessagesAsync 方法

定義

藉由分析網路安全性群組規則,驗證此 VNET 是否與App Service 環境相容。

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.AppService.Fluent.Models.VnetValidationFailureDetailsInner>> VerifyHostingEnvironmentVnetWithHttpMessagesAsync (Microsoft.Azure.Management.AppService.Fluent.Models.VnetParameters parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member VerifyHostingEnvironmentVnetWithHttpMessagesAsync : Microsoft.Azure.Management.AppService.Fluent.Models.VnetParameters * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.AppService.Fluent.Models.VnetValidationFailureDetailsInner>>
Public Function VerifyHostingEnvironmentVnetWithHttpMessagesAsync (parameters As VnetParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of VnetValidationFailureDetailsInner))

參數

parameters
VnetParameters

VNET 資訊

customHeaders
Dictionary<String,List<String>>

要新增至要求的標頭。

cancellationToken
CancellationToken

取消語彙基元。

傳回

備註

描述:藉由分析網路安全性群組規則來驗證此 VNET 是否與App Service 環境相容。

適用於