WebSiteManagementClientExtensions.ValidateAsync Metod

Definition

Kontrollera om en resurs kan skapas.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.ValidateResponseInner> ValidateAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebSiteManagementClient operations, string resourceGroupName, Microsoft.Azure.Management.AppService.Fluent.Models.ValidateRequest validateRequest, System.Threading.CancellationToken cancellationToken = default);
static member ValidateAsync : Microsoft.Azure.Management.AppService.Fluent.IWebSiteManagementClient * string * Microsoft.Azure.Management.AppService.Fluent.Models.ValidateRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.ValidateResponseInner>
<Extension()>
Public Function ValidateAsync (operations As IWebSiteManagementClient, resourceGroupName As String, validateRequest As ValidateRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ValidateResponseInner)

Parametrar

operations
IWebSiteManagementClient

Åtgärdsgruppen för den här tilläggsmetoden.

resourceGroupName
String

Namnet på resursgruppen som resursen tillhör.

validateRequest
ValidateRequest

Begär med de resurser som ska valideras.

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Kommentarer

Beskrivning för Verifiera om en resurs kan skapas.

Gäller för