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

PrivateEndpoint 类

定义

有关专用终结点的完整信息。

[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateEndpoint : Microsoft.Azure.Management.StreamAnalytics.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateEndpoint = class
    inherit ProxyResource
Public Class PrivateEndpoint
Inherits ProxyResource
继承
PrivateEndpoint
属性

构造函数

PrivateEndpoint()

初始化 PrivateEndpoint 类的新实例。

PrivateEndpoint(String, String, String, String, IList<PrivateLinkServiceConnection>, String)

初始化 PrivateEndpoint 类的新实例。

属性

CreatedDate

获取创建此专用终结点的日期。

Etag

获取唯一的不透明字符串 (通常为 GUID) ,该 GUID) 表示资源 (专用终结点的元数据状态,) 并在资源更新时更改。 在 PUT (CreateOrUpdate) 请求时是必需的。

Id

获取资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(继承自 Resource)
ManualPrivateLinkServiceConnections

获取或设置与远程资源的连接列表。 设置后不可变。

Name

获取资源的名称

(继承自 Resource)
Type

获取资源的类型。 Ex- Microsoft.Compute/virtualMachines 或 Microsoft.Storage/storageAccounts。

(继承自 Resource)

适用于