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

RedisFlushCacheHeaders Constructors

Definition

Overloads

RedisFlushCacheHeaders()

Initializes a new instance of the RedisFlushCacheHeaders class.

RedisFlushCacheHeaders(String, String)

Initializes a new instance of the RedisFlushCacheHeaders class.

RedisFlushCacheHeaders()

Initializes a new instance of the RedisFlushCacheHeaders class.

public RedisFlushCacheHeaders ();
Public Sub New ()

Applies to

RedisFlushCacheHeaders(String, String)

Initializes a new instance of the RedisFlushCacheHeaders class.

public RedisFlushCacheHeaders (string location = default, string azureAsyncOperation = default);
new Microsoft.Azure.Management.RedisCache.Models.RedisFlushCacheHeaders : string * string -> Microsoft.Azure.Management.RedisCache.Models.RedisFlushCacheHeaders
Public Sub New (Optional location As String = Nothing, Optional azureAsyncOperation As String = Nothing)

Parameters

location
String
azureAsyncOperation
String

Applies to