Share via


IPrivateLinkResourceOperations Interface

Definition

PrivateLinkResourceOperations operations.

public interface IPrivateLinkResourceOperations
type IPrivateLinkResourceOperations = interface
Public Interface IPrivateLinkResourceOperations

Methods

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

Gets information about the specified private link resource.

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

Lists all of the private link resources in the specified account.

ListByBatchAccountWithHttpMessagesAsync(String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

Lists all of the private link resources in the specified account.

Extension Methods

Get(IPrivateLinkResourceOperations, String, String, String)

Gets information about the specified private link resource.

GetAsync(IPrivateLinkResourceOperations, String, String, String, CancellationToken)

Gets information about the specified private link resource.

ListByBatchAccount(IPrivateLinkResourceOperations, String, String, Nullable<Int32>)

Lists all of the private link resources in the specified account.

ListByBatchAccountAsync(IPrivateLinkResourceOperations, String, String, Nullable<Int32>, CancellationToken)

Lists all of the private link resources in the specified account.

ListByBatchAccountNext(IPrivateLinkResourceOperations, String)

Lists all of the private link resources in the specified account.

ListByBatchAccountNextAsync(IPrivateLinkResourceOperations, String, CancellationToken)

Lists all of the private link resources in the specified account.

Applies to