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

IPrivateLinkService 接口

定义

Azure 中专用链接服务管理 API 的入口点。

public interface IPrivateLinkService : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.Network.Fluent.INetworkManager,Microsoft.Azure.Management.Network.Fluent.Models.PrivateLinkServiceInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.PrivateLinkServiceInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Network.Fluent.INetworkManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Network.Fluent.IPrivateLinkService>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Update.IUpdate>
type IPrivateLinkService = interface
    interface IGroupableResource<INetworkManager, PrivateLinkServiceInner>
    interface IResource
    interface IIndexable
    interface IHasId
    interface IHasName
    interface IHasResourceGroup
    interface IHasManager<INetworkManager>
    interface IHasInner<PrivateLinkServiceInner>
    interface IRefreshable<IPrivateLinkService>
    interface IUpdatable<IUpdate>
Public Interface IPrivateLinkService
Implements IGroupableResource(Of INetworkManager, PrivateLinkServiceInner), IHasInner(Of PrivateLinkServiceInner), IHasManager(Of INetworkManager), IRefreshable(Of IPrivateLinkService), IUpdatable(Of IUpdate)
实现

属性

Alias

获取专用链接服务的别名。

AutoApprovedPrivateLinkServiceIds

获取专用链接服务的自动批准列表。

Etag

获取一个唯一的只读字符串,每当资源更新时,该字符串都会更改。

Fqdns

获取 Fqdn 的列表。

Id

获取资源 ID 字符串

(继承自 IHasId)
Inner

Azure 中专用链接服务管理 API 的入口点。

(继承自 IHasInner<T>)
IpConfigurations

获取专用链接服务 IP 配置的数组。

IsProxyProtocolEnabled

获取是否为代理协议启用专用链接服务。

Key

Azure 中专用链接服务管理 API 的入口点。

(继承自 IIndexable)
LoadBalancerFrontendIpConfigurations

获取对负载均衡器 IP 配置的引用数组。

Manager

获取此资源类型的管理器客户端类型。

(继承自 IHasManager<ManagerT>)
Name

获取资源的名称

(继承自 IHasName)
NetworkInterfaces

获取对此专用链接服务创建的网络接口的引用数组。

PrivateEndpointConnections

获取有关与专用终结点的连接的列表数组。

ProvisioningState

获取专用链接服务资源的预配状态。 可能的值包括:“Succeeded”、“Updating”、“Deleting”、“Failed”

Region

Azure 中专用链接服务管理 API 的入口点。

(继承自 IResource)
RegionName

Azure 中专用链接服务管理 API 的入口点。

(继承自 IResource)
ResourceGroupName

Azure 中专用链接服务管理 API 的入口点。

(继承自 IHasResourceGroup)
Tags

Azure 中专用链接服务管理 API 的入口点。

(继承自 IResource)
Type

Azure 中专用链接服务管理 API 的入口点。

(继承自 IResource)
VisiblePrivateLinkServiceIds

获取专用链接服务的可见性列表。

方法

Refresh()

刷新资源以与 Azure 同步。

(继承自 IRefreshable<T>)
RefreshAsync(CancellationToken)

刷新资源以与 Azure 同步。

(继承自 IRefreshable<T>)
Update()

Azure 中专用链接服务管理 API 的入口点。

(继承自 IUpdatable<T>)

适用于