PSObjectReplicationPolicyRule 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
PSObjectReplicationPolicyRule() | |
PSObjectReplicationPolicyRule(ObjectReplicationPolicyRule) |
PSObjectReplicationPolicyRule()
public PSObjectReplicationPolicyRule ();
Public Sub New ()
Applies to
PSObjectReplicationPolicyRule(ObjectReplicationPolicyRule)
public PSObjectReplicationPolicyRule (Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyRule rule);
new Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule : Microsoft.Azure.Management.Storage.Models.ObjectReplicationPolicyRule -> Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule
Public Sub New (rule As ObjectReplicationPolicyRule)