Class ReplicationPolicyState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.SiteRecovery
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ReplicationPolicyState : ResourceArgs
Constructors
View SourceReplicationPolicyState()
Declaration
public ReplicationPolicyState()
Properties
View SourceApplicationConsistentSnapshotFrequencyInMinutes
Specifies the frequency(in minutes) at which to create application consistent recovery points.
Declaration
public Input<int> ApplicationConsistentSnapshotFrequencyInMinutes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Name
The name of the network mapping.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RecoveryPointRetentionInMinutes
The duration in minutes for which the recovery points need to be stored.
Declaration
public Input<int> RecoveryPointRetentionInMinutes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
RecoveryVaultName
The name of the vault that should be updated.
Declaration
public Input<string> RecoveryVaultName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
Name of the resource group where the vault that should be updated is located.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |