IPrivateLinkResourcesOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET