ArmDataProtectionBackupModelFactory.BackupSupportedFeature 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.
Elements class for feature request.
public static Azure.ResourceManager.DataProtectionBackup.Models.BackupSupportedFeature BackupSupportedFeature(string featureName = default, Azure.ResourceManager.DataProtectionBackup.Models.FeatureSupportStatus? supportStatus = default, System.Collections.Generic.IEnumerable<string> exposureControlledFeatures = default);
static member BackupSupportedFeature : string * Nullable<Azure.ResourceManager.DataProtectionBackup.Models.FeatureSupportStatus> * seq<string> -> Azure.ResourceManager.DataProtectionBackup.Models.BackupSupportedFeature
Public Shared Function BackupSupportedFeature (Optional featureName As String = Nothing, Optional supportStatus As Nullable(Of FeatureSupportStatus) = Nothing, Optional exposureControlledFeatures As IEnumerable(Of String) = Nothing) As BackupSupportedFeature
Parameters
- featureName
- String
support feature type.
- supportStatus
- Nullable<FeatureSupportStatus>
feature support status.
- exposureControlledFeatures
- IEnumerable<String>
support feature type.
Returns
A new BackupSupportedFeature instance for mocking.