ArmNetAppModelFactory.NetAppVolumePatchDataProtection 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.
public static Azure.ResourceManager.NetApp.Models.NetAppVolumePatchDataProtection NetAppVolumePatchDataProtection(Azure.ResourceManager.NetApp.Models.NetAppVolumeBackupConfiguration backup = default, Azure.Core.ResourceIdentifier snapshotPolicyId = default, Azure.ResourceManager.NetApp.Models.DesiredRansomwareProtectionState? desiredRansomwareProtectionState = default);
static member NetAppVolumePatchDataProtection : Azure.ResourceManager.NetApp.Models.NetAppVolumeBackupConfiguration * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.NetApp.Models.DesiredRansomwareProtectionState> -> Azure.ResourceManager.NetApp.Models.NetAppVolumePatchDataProtection
Public Shared Function NetAppVolumePatchDataProtection (Optional backup As NetAppVolumeBackupConfiguration = Nothing, Optional snapshotPolicyId As ResourceIdentifier = Nothing, Optional desiredRansomwareProtectionState As Nullable(Of DesiredRansomwareProtectionState) = Nothing) As NetAppVolumePatchDataProtection
Parameters
Backup Properties.
- snapshotPolicyId
- ResourceIdentifier
Snapshot Policy ResourceId.
- desiredRansomwareProtectionState
- Nullable<DesiredRansomwareProtectionState>
The desired value of the ARP feature state available to the volume.
Returns
A new NetAppVolumePatchDataProtection instance for mocking.