Partager via


ObjectReplicationPolicyFilter Class

Definition

Filters limit replication to a subset of blobs within the storage account. A logical OR is performed on values in the filter. If multiple filters are defined, a logical AND is performed on all filters.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ObjectReplicationPolicyFilterTypeConverter))]
public class ObjectReplicationPolicyFilter : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IObjectReplicationPolicyFilter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ObjectReplicationPolicyFilterTypeConverter))>]
type ObjectReplicationPolicyFilter = class
    interface IObjectReplicationPolicyFilter
    interface IJsonSerializable
Public Class ObjectReplicationPolicyFilter
Implements IObjectReplicationPolicyFilter
Inheritance
ObjectReplicationPolicyFilter
Attributes
Implements

Constructors

ObjectReplicationPolicyFilter()

Creates an new ObjectReplicationPolicyFilter instance.

Properties

MinCreationTime

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

PrefixMatch

Optional. Filters the results to replicate only blobs whose names begin with the specified prefix.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ObjectReplicationPolicyFilter.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ObjectReplicationPolicyFilter.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IObjectReplicationPolicyFilter.

FromJsonString(String)

Creates a new instance of ObjectReplicationPolicyFilter, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ObjectReplicationPolicyFilter into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to