IPrivateLinkScopedResourcesOperations Interface

Definition

PrivateLinkScopedResourcesOperations operations.

public interface IPrivateLinkScopedResourcesOperations
type IPrivateLinkScopedResourcesOperations = interface
Public Interface IPrivateLinkScopedResourcesOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Approve or reject a private endpoint connection with a given name.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a private endpoint connection with a given name.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Approve or reject a private endpoint connection with a given name.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a private endpoint connection with a given name.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a scoped resource in a private link scope.

ListByPrivateLinkScopeNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all private endpoint connections on a private link scope.

ListByPrivateLinkScopeWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets all private endpoint connections on a private link scope.

Extension Methods

BeginCreateOrUpdate(IPrivateLinkScopedResourcesOperations, String, String, String, String)

Approve or reject a private endpoint connection with a given name.

BeginCreateOrUpdateAsync(IPrivateLinkScopedResourcesOperations, String, String, String, String, CancellationToken)

Approve or reject a private endpoint connection with a given name.

BeginDelete(IPrivateLinkScopedResourcesOperations, String, String, String)

Deletes a private endpoint connection with a given name.

BeginDeleteAsync(IPrivateLinkScopedResourcesOperations, String, String, String, CancellationToken)

Deletes a private endpoint connection with a given name.

CreateOrUpdate(IPrivateLinkScopedResourcesOperations, String, String, String, String)

Approve or reject a private endpoint connection with a given name.

CreateOrUpdateAsync(IPrivateLinkScopedResourcesOperations, String, String, String, String, CancellationToken)

Approve or reject a private endpoint connection with a given name.

Delete(IPrivateLinkScopedResourcesOperations, String, String, String)

Deletes a private endpoint connection with a given name.

DeleteAsync(IPrivateLinkScopedResourcesOperations, String, String, String, CancellationToken)

Deletes a private endpoint connection with a given name.

Get(IPrivateLinkScopedResourcesOperations, String, String, String)

Gets a scoped resource in a private link scope.

GetAsync(IPrivateLinkScopedResourcesOperations, String, String, String, CancellationToken)

Gets a scoped resource in a private link scope.

ListByPrivateLinkScope(IPrivateLinkScopedResourcesOperations, String, String)

Gets all private endpoint connections on a private link scope.

ListByPrivateLinkScopeAsync(IPrivateLinkScopedResourcesOperations, String, String, CancellationToken)

Gets all private endpoint connections on a private link scope.

ListByPrivateLinkScopeNext(IPrivateLinkScopedResourcesOperations, String)

Gets all private endpoint connections on a private link scope.

ListByPrivateLinkScopeNextAsync(IPrivateLinkScopedResourcesOperations, String, CancellationToken)

Gets all private endpoint connections on a private link scope.

Applies to