DataProtectionBackupExtensions.CheckDataProtectionBackupFeatureSupport 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.
Validates if a feature is supported
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DataProtection/locations/{location}/checkFeatureSupport
- Operation Id: DataProtection_CheckFeatureSupport
- Default Api Version: 2024-04-01
public static Azure.Response<Azure.ResourceManager.DataProtectionBackup.Models.BackupFeatureValidationResultBase> CheckDataProtectionBackupFeatureSupport (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, Azure.ResourceManager.DataProtectionBackup.Models.BackupFeatureValidationContentBase content, System.Threading.CancellationToken cancellationToken = default);
static member CheckDataProtectionBackupFeatureSupport : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * Azure.ResourceManager.DataProtectionBackup.Models.BackupFeatureValidationContentBase * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DataProtectionBackup.Models.BackupFeatureValidationResultBase>
<Extension()>
Public Function CheckDataProtectionBackupFeatureSupport (subscriptionResource As SubscriptionResource, location As AzureLocation, content As BackupFeatureValidationContentBase, Optional cancellationToken As CancellationToken = Nothing) As Response(Of BackupFeatureValidationResultBase)
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource instance the method will execute against.
- location
- AzureLocation
The AzureLocation to use.
Feature support request object.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
subscriptionResource
or content
is null.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET