IObjectReplicationPolicyProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ObjectReplicationPolicyPropertiesTypeConverter))]
public interface IObjectReplicationPolicyProperties : Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ObjectReplicationPolicyPropertiesTypeConverter))>]
type IObjectReplicationPolicyProperties = interface
interface IJsonSerializable
Public Interface IObjectReplicationPolicyProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
DestinationAccount |
Required. Destination account name. It should be full resource id if allowCrossTenantReplication set to false. |
EnabledTime |
Indicates when the policy is enabled on the source account. |
PolicyId |
A unique id for object replication policy. |
Rule |
The storage account object replication rules. |
SourceAccount |
Required. Source account name. It should be full resource id if allowCrossTenantReplication set to false. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |