Freigeben über


ArmDataProtectionBackupModelFactory.BackupSupportedFeature Methode

Definition

Initialisiert eine neue instance von 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

Parameter

featureName
String

Unterstützungsfeaturetyp.

supportStatus
Nullable<FeatureSupportStatus>

feature support status.

exposureControlledFeatures
IEnumerable<String>

Unterstützungsfeaturetyp.

Gibt zurück

Eine neue BackupSupportedFeature instance zum Simulieren.

Gilt für: