RecommendedActionListResponse 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 recommended actions request.
public class RecommendedActionListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction>
type RecommendedActionListResponse = class
inherit AzureOperationResponse
interface seq<RecommendedAction>
interface IEnumerable
Public Class RecommendedActionListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of RecommendedAction)
- Inheritance
-
Microsoft.Azure.AzureOperationResponseRecommendedActionListResponse
- Implements
Constructors
RecommendedActionListResponse() |
Initializes a new instance of the RecommendedActionListResponse class. |
Properties
RecommendedActions |
Optional. Gets or sets the list of Recommended actions of the advisor |
Methods
GetEnumerator() |
Gets the sequence of RecommendedActions. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets the sequence of RecommendedActions. |