AdvisorListResponse Class
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 the response to a list sql azure database advisors request.
public class AdvisorListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Sql.LegacySdk.Models.Advisor>
type AdvisorListResponse = class
inherit AzureOperationResponse
interface seq<Advisor>
interface IEnumerable
Public Class AdvisorListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of Advisor)
- Inheritance
-
Microsoft.Azure.AzureOperationResponseAdvisorListResponse
- Implements
Constructors
AdvisorListResponse() |
Initializes a new instance of the AdvisorListResponse class. |
Properties
Advisors |
Optional. Gets or sets the list of Advisors for Azure Sql Server/Database/Elastic Pool. |
Methods
GetEnumerator() |
Gets the sequence of Advisors. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets the sequence of Advisors. |