你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IObjectReplicationPolicyRule 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.ObjectReplicationPolicyRuleTypeConverter))]
public interface IObjectReplicationPolicyRule : Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ObjectReplicationPolicyRuleTypeConverter))>]
type IObjectReplicationPolicyRule = interface
interface IJsonSerializable
Public Interface IObjectReplicationPolicyRule
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
DestinationContainer |
Required. Destination container name. |
FilterMinCreationTime |
Blobs created after the time will be replicated to the destination. It must be in datetime format 'yyyy-MM-ddTHH:mm:ssZ'. Example: 2020-02-19T16:05:00Z |
FilterPrefixMatch |
Optional. Filters the results to replicate only blobs whose names begin with the specified prefix. |
RuleId |
Rule Id is auto-generated for each new rule on destination account. It is required for put policy on source account. |
SourceContainer |
Required. Source container name. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |