Condividi tramite


IPrivateLinkResourcesOperations Interface

Definition

PrivateLinkResourcesOperations operations.

public interface IPrivateLinkResourcesOperations
type IPrivateLinkResourcesOperations = interface
Public Interface IPrivateLinkResourcesOperations

Methods

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

Gets a privately linkable resources for an account with given group identifier.

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

Gets a list of privately linkable resources for an account.

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

Gets a list of privately linkable resources for an account.

Extension Methods

GetByGroupId(IPrivateLinkResourcesOperations, String, String, String)

Gets a privately linkable resources for an account with given group identifier.

GetByGroupIdAsync(IPrivateLinkResourcesOperations, String, String, String, CancellationToken)

Gets a privately linkable resources for an account with given group identifier.

ListByAccount(IPrivateLinkResourcesOperations, String, String)

Gets a list of privately linkable resources for an account.

ListByAccountAsync(IPrivateLinkResourcesOperations, String, String, CancellationToken)

Gets a list of privately linkable resources for an account.

ListByAccountNext(IPrivateLinkResourcesOperations, String)

Gets a list of privately linkable resources for an account.

ListByAccountNextAsync(IPrivateLinkResourcesOperations, String, CancellationToken)

Gets a list of privately linkable resources for an account.

Applies to