IManagedInstancePrivateLinkResourcesOperations 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.
ManagedInstancePrivateLinkResourcesOperations operations.
public interface IManagedInstancePrivateLinkResourcesOperations
type IManagedInstancePrivateLinkResourcesOperations = interface
Public Interface IManagedInstancePrivateLinkResourcesOperations
Methods
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets a private link resource for SQL server. |
ListByManagedInstanceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Gets the private link resources for SQL server. |
ListByManagedInstanceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets the private link resources for SQL server. |
Extension Methods
Get(IManagedInstancePrivateLinkResourcesOperations, String, String, String) |
Gets a private link resource for SQL server. |
GetAsync(IManagedInstancePrivateLinkResourcesOperations, String, String, String, CancellationToken) |
Gets a private link resource for SQL server. |
ListByManagedInstance(IManagedInstancePrivateLinkResourcesOperations, String, String) |
Gets the private link resources for SQL server. |
ListByManagedInstanceAsync(IManagedInstancePrivateLinkResourcesOperations, String, String, CancellationToken) |
Gets the private link resources for SQL server. |
ListByManagedInstanceNext(IManagedInstancePrivateLinkResourcesOperations, String) |
Gets the private link resources for SQL server. |
ListByManagedInstanceNextAsync(IManagedInstancePrivateLinkResourcesOperations, String, CancellationToken) |
Gets the private link resources for SQL server. |
Applies to
Azure SDK for .NET