你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FlushParameters Class

Definition

Parameters for a Redis Enterprise active geo-replication flush operation

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.FlushParametersTypeConverter))]
public class FlushParameters : Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IFlushParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.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 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.Api20240901Preview.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