AppServiceExtensions.Validate 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 Validate if a resource can be created.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/validate
- Operation Id: Validate
- Default Api Version: 2023-12-01
public static Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceValidateResult> Validate (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, Azure.ResourceManager.AppService.Models.AppServiceValidateContent content, System.Threading.CancellationToken cancellationToken = default);
static member Validate : Azure.ResourceManager.Resources.ResourceGroupResource * Azure.ResourceManager.AppService.Models.AppServiceValidateContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceValidateResult>
<Extension()>
Public Function Validate (resourceGroupResource As ResourceGroupResource, content As AppServiceValidateContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppServiceValidateResult)
Parameters
- resourceGroupResource
- ResourceGroupResource
The ResourceGroupResource instance the method will execute against.
- content
- AppServiceValidateContent
Request with the resources to validate.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
resourceGroupResource
or content
is null.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET