MockableAppServiceSubscriptionResource.VerifyHostingEnvironmentVnet Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Description for Verifies if this VNET is compatible with an App Service Environment by analyzing the Network Security Group rules.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/verifyHostingEnvironmentVnet
- Operation Id: VerifyHostingEnvironmentVnet
- Default Api Version: 2023-12-01
public virtual Azure.Response<Azure.ResourceManager.AppService.Models.VirtualNetworkValidationFailureDetails> VerifyHostingEnvironmentVnet (Azure.ResourceManager.AppService.Models.AppServiceVirtualNetworkValidationContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member VerifyHostingEnvironmentVnet : Azure.ResourceManager.AppService.Models.AppServiceVirtualNetworkValidationContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.VirtualNetworkValidationFailureDetails>
override this.VerifyHostingEnvironmentVnet : Azure.ResourceManager.AppService.Models.AppServiceVirtualNetworkValidationContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.VirtualNetworkValidationFailureDetails>
Public Overridable Function VerifyHostingEnvironmentVnet (content As AppServiceVirtualNetworkValidationContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of VirtualNetworkValidationFailureDetails)
Parameters
VNET information.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET