示例#1
0
 /// <summary>
 /// Verifies if this VNET is compatible with an App Service Environment by
 /// analyzing the Network Security Group rules.
 /// </summary>
 /// <remarks>
 /// Verifies if this VNET is compatible with an App Service Environment by
 /// analyzing the Network Security Group rules.
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='parameters'>
 /// VNET information
 /// </param>
 public static VnetValidationFailureDetails VerifyHostingEnvironmentVnet(this IWebSiteManagementClient operations, VnetParameters parameters)
 {
     return(operations.VerifyHostingEnvironmentVnetAsync(parameters).GetAwaiter().GetResult());
 }