EndpointAccessResource interface
目标资源的终结点访问。
属性
| access |
混合连接的访问密钥。 注意:此属性不会序列化。 它只能由服务器填充。 |
| expires |
unix 时间中的访问密钥过期。 |
| hybrid |
资源的 Azure 中继混合连接名称。 |
| namespace |
命名空间名称。 |
| namespace |
中继命名空间的后缀域名。 |
| service |
用于访问已启用服务的令牌。 |
属性详细信息
accessKey
混合连接的访问密钥。 注意:此属性不会序列化。 它只能由服务器填充。
accessKey?: string
属性值
string
expiresOn
unix 时间中的访问密钥过期。
expiresOn?: number
属性值
number
hybridConnectionName
资源的 Azure 中继混合连接名称。
hybridConnectionName?: string
属性值
string
namespaceName
命名空间名称。
namespaceName?: string
属性值
string
namespaceNameSuffix
中继命名空间的后缀域名。
namespaceNameSuffix?: string
属性值
string
serviceConfigurationToken
用于访问已启用服务的令牌。
serviceConfigurationToken?: string
属性值
string