RecommendationAction 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 a Recommendation Action.
[Microsoft.Rest.Serialization.JsonTransformation]
public class RecommendationAction : Microsoft.Azure.Management.MySQL.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RecommendationAction = class
inherit ProxyResource
Public Class RecommendationAction
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
RecommendationAction() |
Initializes a new instance of the RecommendationAction class. |
RecommendationAction(String, String, String, String, String, Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, String, String, IDictionary<String, String>) |
Initializes a new instance of the RecommendationAction class. |
Properties
ActionId |
Gets or sets recommendation action identifier. |
AdvisorName |
Gets or sets advisor name. |
CreatedTime |
Gets or sets recommendation action creation time. |
Details |
Gets or sets recommendation action details. |
ExpirationTime |
Gets or sets recommendation action expiration time. |
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
Name |
Gets the name of the resource (Inherited from Resource) |
Reason |
Gets or sets recommendation action reason. |
RecommendationType |
Gets or sets recommendation action type. |
SessionId |
Gets or sets recommendation action session identifier. |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
Applies to
Azure SDK for .NET