Megosztás a következőn keresztül:


FlushParameters Class

Definition

Parameters for a Redis Enterprise active geo-replication flush operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20230301Preview.FlushParametersTypeConverter))]
public class FlushParameters : Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20230301Preview.IFlushParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20230301Preview.FlushParametersTypeConverter))>]
type FlushParameters = class
    interface IFlushParameters
    interface IJsonSerializable
Public Class FlushParameters
Implements IFlushParameters
Inheritance
FlushParameters
Attributes
Implements

Constructors

FlushParameters()

Creates an new FlushParameters instance.

Properties

Id

The resource identifiers of all the other database resources in the georeplication group to be flushed

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FlushParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FlushParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20230301Preview.IFlushParameters.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FlushParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to