IPrivateLinkServices Interface

Definition

Entry point to private link services management API in Azure.

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)
Implements

Properties

Inner (Inherited from IHasInner<T>)
Manager

Gets the manager client type of this resource type.

(Inherited from IHasManager<ManagerT>)

Methods

CheckVisibility(String, String)

Checks whether the subscription is visible to private link service.

CheckVisibilityAsync(String, String, CancellationToken)

Checks whether the subscription is visible to private link service asynchronously.

CheckVisibilityByResourceGroup(String, String, String)

Checks whether the subscription is visible to private link service.

CheckVisibilityByResourceGroupAsync(String, String, String, CancellationToken)

Checks whether the subscription is visible to private link service asynchronously.

Define(String) (Inherited from ISupportsCreating<T>)
DeleteById(String)

Deletes a resource from Azure, identifying it by its resource ID.

(Inherited from ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Deletes a resource from Azure, identifying it by its resource ID.

(Inherited from ISupportsDeletingById)
DeleteByResourceGroup(String, String)

Deletes a resource from Azure, identifying it by its name and its resource group.

(Inherited from ISupportsDeletingByResourceGroup)
DeleteByResourceGroupAsync(String, String, CancellationToken)

Deletes a resource from Azure, identifying it by its name and its resource group.

(Inherited from ISupportsDeletingByResourceGroup)
DeletePrivateEndpointConnection(String, String, String)

Deletes the specific private end point connection by specific private link service in the resource group.

DeletePrivateEndpointConnectionAsync(String, String, String, CancellationToken)

Deletes the specific private end point connection by specific private link service in the resource group asynchronously.

GetById(String)

Gets the information about a resource from Azure based on the resource id.

(Inherited from ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Gets the information about a resource from Azure based on the resource id.

(Inherited from ISupportsGettingById<T>)
GetByResourceGroup(String, String)

Gets the information about a resource from Azure based on the resource name and the name of its resource group.

(Inherited from ISupportsGettingByResourceGroup<T>)
GetByResourceGroupAsync(String, String, CancellationToken)

Gets the information about a resource from Azure based on the resource name and the name of its resource group.

(Inherited from ISupportsGettingByResourceGroup<T>)
GetPrivateEndpointConnection(String, String, String)

Gets the specific private end point connection by specific private link service in the resource group.

GetPrivateEndpointConnectionAsync(String, String, String, CancellationToken)

Gets the specific private end point connection by specific private link service in the resource group asynchronously.

ListAutoApprovedPrivateLinkServices(String)

Lists all auto approved private link service.

ListAutoApprovedPrivateLinkServicesAsync(String, Boolean, CancellationToken)

Lists all auto approved private link service asynchronously.

ListAutoApprovedPrivateLinkServicesByResourceGroup(String, String)

Lists all auto approved private link services.

ListAutoApprovedPrivateLinkServicesByResourceGroupAsync(String, String, Boolean, CancellationToken)

Lists all auto approved private link service asynchronously.

ListByResourceGroup(String)

Lists resources of the specified type in the specified resource group.

(Inherited from ISupportsListingByResourceGroup<T>)
ListByResourceGroupAsync(String, Boolean, CancellationToken)

Lists resources of the specified type in the specified resource group.

(Inherited from ISupportsListingByResourceGroup<T>)
ListBySubscription()

Lists all private link services in a subscription.

ListBySubscriptionAsync(Boolean, CancellationToken)

Lists all private link services in a subscription asynchronously.

ListPrivateEndpointConnections(String, String)

Lists all private endpoint connections in the resource group.

ListPrivateEndpointConnectionsAsync(String, String, Boolean, CancellationToken)

Lists all private endpoint connections in the resource group asynchronously.

Applies to