IServiceTierAdvisorOperations 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.
Represents all the operations for operating on service tier advisors. Contains operations to: Retrieve.
public interface IServiceTierAdvisorOperations
type IServiceTierAdvisorOperations = interface
Public Interface IServiceTierAdvisorOperations
Methods
GetAsync(String, String, String, String, CancellationToken) |
Returns information about a service tier advisor. |
ListAsync(String, String, String, CancellationToken) |
Returns information about service tier advisors for specified database. |
Extension Methods
Get(IServiceTierAdvisorOperations, String, String, String, String) |
Returns information about a service tier advisor. |
GetAsync(IServiceTierAdvisorOperations, String, String, String, String) |
Returns information about a service tier advisor. |
List(IServiceTierAdvisorOperations, String, String, String) |
Returns information about service tier advisors for specified database. |
ListAsync(IServiceTierAdvisorOperations, String, String, String) |
Returns information about service tier advisors for specified database. |