Condividi tramite


FeatureSupportOperationsExtensions.Validate Method

Definition

It will validate if given feature with resource properties is supported in service

public static Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureVMResourceFeatureSupportResponse Validate (this Microsoft.Azure.Management.RecoveryServices.Backup.IFeatureSupportOperations operations, string azureRegion, Microsoft.Azure.Management.RecoveryServices.Backup.Models.FeatureSupportRequest parameters);
static member Validate : Microsoft.Azure.Management.RecoveryServices.Backup.IFeatureSupportOperations * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.FeatureSupportRequest -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureVMResourceFeatureSupportResponse
<Extension()>
Public Function Validate (operations As IFeatureSupportOperations, azureRegion As String, parameters As FeatureSupportRequest) As AzureVMResourceFeatureSupportResponse

Parameters

operations
IFeatureSupportOperations

The operations group for this extension method.

azureRegion
String

Azure region to hit Api

parameters
FeatureSupportRequest

Feature support request object

Returns

Applies to