ObjectReplicationPolicies Constructors
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.
Overloads
ObjectReplicationPolicies() |
Initializes a new instance of the ObjectReplicationPolicies class. |
ObjectReplicationPolicies(IList<ObjectReplicationPolicy>) |
Initializes a new instance of the ObjectReplicationPolicies class. |
ObjectReplicationPolicies()
Initializes a new instance of the ObjectReplicationPolicies class.
public ObjectReplicationPolicies ();
Public Sub New ()
Applies to
ObjectReplicationPolicies(IList<ObjectReplicationPolicy>)
Initializes a new instance of the ObjectReplicationPolicies class.
public ObjectReplicationPolicies (System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.ObjectReplicationPolicy> value = default);
new Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.ObjectReplicationPolicies : System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.ObjectReplicationPolicy> -> Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.ObjectReplicationPolicies
Public Sub New (Optional value As IList(Of ObjectReplicationPolicy) = Nothing)
Parameters
- value
- IList<ObjectReplicationPolicy>
The replication policy between two storage accounts.