Partager via


ArmDataProtectionBackupModelFactory.BackupSupportedFeature Méthode

Définition

Initialise une nouvelle instance de BackupSupportedFeature.

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

Paramètres

featureName
String

type de fonctionnalité de prise en charge.

supportStatus
Nullable<FeatureSupportStatus>

status de prise en charge des fonctionnalités.

exposureControlledFeatures
IEnumerable<String>

type de fonctionnalité de prise en charge.

Retours

Une nouvelle BackupSupportedFeature instance pour se moquer.

S’applique à