PrivateLinkScopedResourcesOperationsExtensions Class

Definition

Extension methods for PrivateLinkScopedResourcesOperations.

public static class PrivateLinkScopedResourcesOperationsExtensions
type PrivateLinkScopedResourcesOperationsExtensions = class
Public Module PrivateLinkScopedResourcesOperationsExtensions
Inheritance
PrivateLinkScopedResourcesOperationsExtensions

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