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

RedisPublicNetworkAccess 结构

定义

是否允许对此缓存进行公共终结点访问。 值是可选的,但如果传入,则必须为“Enabled”或“Disabled”。 如果“已禁用”,则专用终结点是独占访问方法。 默认值为“Enabled”。

public readonly struct RedisPublicNetworkAccess : IEquatable<Azure.ResourceManager.Redis.Models.RedisPublicNetworkAccess>
type RedisPublicNetworkAccess = struct
Public Structure RedisPublicNetworkAccess
Implements IEquatable(Of RedisPublicNetworkAccess)
继承
RedisPublicNetworkAccess
实现

构造函数

RedisPublicNetworkAccess(String)

初始化 RedisPublicNetworkAccess 的新实例。

属性

Disabled

已禁用。

Enabled

已启用。

方法

Equals(RedisPublicNetworkAccess)

指示当前对象是否等于同一类型的另一个对象。

ToString()

返回此实例的完全限定类型名称。

运算符

Equality(RedisPublicNetworkAccess, RedisPublicNetworkAccess)

确定两个 RedisPublicNetworkAccess 值是否相同。

Implicit(String to RedisPublicNetworkAccess)

将字符串转换为 RedisPublicNetworkAccess

Inequality(RedisPublicNetworkAccess, RedisPublicNetworkAccess)

确定两个 RedisPublicNetworkAccess 值是否不同。

适用于