ArmNetAppModelFactory.NetAppElasticBackupPolicyProperties 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.
Initializes a new instance of NetAppElasticBackupPolicyProperties.
public static Azure.ResourceManager.NetApp.Models.NetAppElasticBackupPolicyProperties NetAppElasticBackupPolicyProperties(Azure.ResourceManager.NetApp.Models.NetAppVolumeQuotaRuleProvisioningState? provisioningState = default, int? dailyBackupsToKeep = default, int? weeklyBackupsToKeep = default, int? monthlyBackupsToKeep = default, int? assignedVolumesCount = default, Azure.ResourceManager.NetApp.Models.ElasticBackupPolicyState? policyState = default);
static member NetAppElasticBackupPolicyProperties : Nullable<Azure.ResourceManager.NetApp.Models.NetAppVolumeQuotaRuleProvisioningState> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<Azure.ResourceManager.NetApp.Models.ElasticBackupPolicyState> -> Azure.ResourceManager.NetApp.Models.NetAppElasticBackupPolicyProperties
Public Shared Function NetAppElasticBackupPolicyProperties (Optional provisioningState As Nullable(Of NetAppVolumeQuotaRuleProvisioningState) = Nothing, Optional dailyBackupsToKeep As Nullable(Of Integer) = Nothing, Optional weeklyBackupsToKeep As Nullable(Of Integer) = Nothing, Optional monthlyBackupsToKeep As Nullable(Of Integer) = Nothing, Optional assignedVolumesCount As Nullable(Of Integer) = Nothing, Optional policyState As Nullable(Of ElasticBackupPolicyState) = Nothing) As NetAppElasticBackupPolicyProperties
Parameters
- provisioningState
- Nullable<NetAppVolumeQuotaRuleProvisioningState>
Azure lifecycle management.
- policyState
- Nullable<ElasticBackupPolicyState>
The property to identify whether Backup Policy is enabled or not.
Returns
A new NetAppElasticBackupPolicyProperties instance for mocking.