IPrivateLinkResourcesOperations Interface

Definition

PrivateLinkResourcesOperations operations.

public interface IPrivateLinkResourcesOperations
type IPrivateLinkResourcesOperations = interface
Public Interface IPrivateLinkResourcesOperations

Methods

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

Get a private link resource.

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

List private link resources under specific topic, domain, or partner namespace.

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

List private link resources under specific topic, domain, or partner namespace.

Extension Methods

Get(IPrivateLinkResourcesOperations, String, String, String, String)

Get a private link resource.

GetAsync(IPrivateLinkResourcesOperations, String, String, String, String, CancellationToken)

Get a private link resource.

ListByResource(IPrivateLinkResourcesOperations, String, String, String, String, Nullable<Int32>)

List private link resources under specific topic, domain, or partner namespace.

ListByResourceAsync(IPrivateLinkResourcesOperations, String, String, String, String, Nullable<Int32>, CancellationToken)

List private link resources under specific topic, domain, or partner namespace.

ListByResourceNext(IPrivateLinkResourcesOperations, String)

List private link resources under specific topic, domain, or partner namespace.

ListByResourceNextAsync(IPrivateLinkResourcesOperations, String, CancellationToken)

List private link resources under specific topic, domain, or partner namespace.

Applies to