BlobBackupRuleBasedAutoProtectionSettings.DeserializeFromPSObject Method

Definition

Deserializes a PSObject into an instance of BlobBackupRuleBasedAutoProtectionSettings.

public static Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20260301.IBlobBackupRuleBasedAutoProtectionSettings DeserializeFromPSObject(System.Management.Automation.PSObject content);
static member DeserializeFromPSObject : System.Management.Automation.PSObject -> Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20260301.IBlobBackupRuleBasedAutoProtectionSettings
Public Shared Function DeserializeFromPSObject (content As PSObject) As IBlobBackupRuleBasedAutoProtectionSettings

Parameters

content
PSObject

The global::System.Management.Automation.PSObject content that should be used.

Returns

an instance of IBlobBackupRuleBasedAutoProtectionSettings.

Applies to