ArmDataProtectionBackupModelFactory.BackupFeatureValidationResult 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.
Initializes a new instance of BackupFeatureValidationResult.
public static Azure.ResourceManager.DataProtectionBackup.Models.BackupFeatureValidationResult BackupFeatureValidationResult(Azure.ResourceManager.DataProtectionBackup.Models.BackupSupportedFeatureType? featureType = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataProtectionBackup.Models.BackupSupportedFeature> features = default);
static member BackupFeatureValidationResult : Nullable<Azure.ResourceManager.DataProtectionBackup.Models.BackupSupportedFeatureType> * seq<Azure.ResourceManager.DataProtectionBackup.Models.BackupSupportedFeature> -> Azure.ResourceManager.DataProtectionBackup.Models.BackupFeatureValidationResult
Public Shared Function BackupFeatureValidationResult (Optional featureType As Nullable(Of BackupSupportedFeatureType) = Nothing, Optional features As IEnumerable(Of BackupSupportedFeature) = Nothing) As BackupFeatureValidationResult
Parameters
- featureType
- Nullable<BackupSupportedFeatureType>
backup support feature type.
- features
- IEnumerable<BackupSupportedFeature>
Response features.
Returns
A new BackupFeatureValidationResult instance for mocking.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET