WebSiteManagementClientExtensions.VerifyHostingEnvironmentVnetAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
藉由分析網路安全性群組規則,驗證此 VNET 是否與App Service 環境相容。
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.VnetValidationFailureDetailsInner> VerifyHostingEnvironmentVnetAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebSiteManagementClient operations, Microsoft.Azure.Management.AppService.Fluent.Models.VnetParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member VerifyHostingEnvironmentVnetAsync : Microsoft.Azure.Management.AppService.Fluent.IWebSiteManagementClient * Microsoft.Azure.Management.AppService.Fluent.Models.VnetParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.VnetValidationFailureDetailsInner>
<Extension()>
Public Function VerifyHostingEnvironmentVnetAsync (operations As IWebSiteManagementClient, parameters As VnetParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VnetValidationFailureDetailsInner)
參數
- operations
- IWebSiteManagementClient
這個擴充方法的作業群組。
- parameters
- VnetParameters
VNET 資訊
- cancellationToken
- CancellationToken
取消語彙基元。
傳回
備註
描述:藉由分析網路安全性群組規則來驗證此 VNET 是否與App Service 環境相容。