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
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
Azure SDK for .NET