Share via


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

IPrivateLinkServices 接口

定义

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

public interface IPrivateLinkServices : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Network.Fluent.IPrivateLinkService>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByResourceGroup<Microsoft.Azure.Management.Network.Fluent.IPrivateLinkService>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.Network.Fluent.IPrivateLinkService>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.IPrivateLinkServicesOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Network.Fluent.INetworkManager>
type IPrivateLinkServices = interface
    interface ISupportsCreating<IBlank>
    interface ISupportsGettingById<IPrivateLinkService>
    interface ISupportsGettingByResourceGroup<IPrivateLinkService>
    interface ISupportsListingByResourceGroup<IPrivateLinkService>
    interface ISupportsDeletingById
    interface ISupportsDeletingByResourceGroup
    interface IHasManager<INetworkManager>
    interface IHasInner<IPrivateLinkServicesOperations>
Public Interface IPrivateLinkServices
Implements IHasInner(Of IPrivateLinkServicesOperations), IHasManager(Of INetworkManager), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByResourceGroup, ISupportsGettingById(Of IPrivateLinkService), ISupportsGettingByResourceGroup(Of IPrivateLinkService), ISupportsListingByResourceGroup(Of IPrivateLinkService)
实现

属性

Inner

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

(继承自 IHasInner<T>)
Manager

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

(继承自 IHasManager<ManagerT>)

方法

CheckVisibility(String, String)

检查订阅是否对专用链接服务可见。

CheckVisibilityAsync(String, String, CancellationToken)

异步检查订阅是否对专用链接服务可见。

CheckVisibilityByResourceGroup(String, String, String)

检查订阅是否对专用链接服务可见。

CheckVisibilityByResourceGroupAsync(String, String, String, CancellationToken)

异步检查订阅是否对专用链接服务可见。

Define(String)

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

(继承自 ISupportsCreating<T>)
DeleteById(String)

从 Azure 中删除资源,并按其资源 ID 标识该资源。

(继承自 ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

从 Azure 中删除资源,并按其资源 ID 标识该资源。

(继承自 ISupportsDeletingById)
DeleteByResourceGroup(String, String)

从 Azure 中删除资源,并按其名称和资源组对其进行标识。

(继承自 ISupportsDeletingByResourceGroup)
DeleteByResourceGroupAsync(String, String, CancellationToken)

从 Azure 中删除资源,并按其名称和资源组对其进行标识。

(继承自 ISupportsDeletingByResourceGroup)
DeletePrivateEndpointConnection(String, String, String)

通过资源组中的特定专用链接服务删除特定的专用终结点连接。

DeletePrivateEndpointConnectionAsync(String, String, String, CancellationToken)

通过资源组中的特定专用链接服务异步删除特定的专用终结点连接。

GetById(String)

根据资源 ID 从 Azure 获取有关资源的信息。

(继承自 ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

根据资源 ID 从 Azure 获取有关资源的信息。

(继承自 ISupportsGettingById<T>)
GetByResourceGroup(String, String)

根据资源名称和资源组的名称从 Azure 获取有关资源的信息。

(继承自 ISupportsGettingByResourceGroup<T>)
GetByResourceGroupAsync(String, String, CancellationToken)

根据资源名称和资源组的名称从 Azure 获取有关资源的信息。

(继承自 ISupportsGettingByResourceGroup<T>)
GetPrivateEndpointConnection(String, String, String)

获取资源组中特定专用链接服务的特定专用终结点连接。

GetPrivateEndpointConnectionAsync(String, String, String, CancellationToken)

通过资源组中的特定专用链接服务异步获取特定的专用终结点连接。

ListAutoApprovedPrivateLinkServices(String)

列出所有自动批准的专用链接服务。

ListAutoApprovedPrivateLinkServicesAsync(String, Boolean, CancellationToken)

异步列出所有自动批准的专用链接服务。

ListAutoApprovedPrivateLinkServicesByResourceGroup(String, String)

列出所有自动批准的专用链接服务。

ListAutoApprovedPrivateLinkServicesByResourceGroupAsync(String, String, Boolean, CancellationToken)

异步列出所有自动批准的专用链接服务。

ListByResourceGroup(String)

列出指定资源组中指定类型的资源。

(继承自 ISupportsListingByResourceGroup<T>)
ListByResourceGroupAsync(String, Boolean, CancellationToken)

列出指定资源组中指定类型的资源。

(继承自 ISupportsListingByResourceGroup<T>)
ListBySubscription()

列出订阅中的所有专用链接服务。

ListBySubscriptionAsync(Boolean, CancellationToken)

异步列出订阅中的所有专用链接服务。

ListPrivateEndpointConnections(String, String)

列出资源组中的所有专用终结点连接。

ListPrivateEndpointConnectionsAsync(String, String, Boolean, CancellationToken)

异步列出资源组中的所有专用终结点连接。

适用于