RecommendationAction Constructors

Definition

Overloads

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.

RecommendationAction()

Initializes a new instance of the RecommendationAction class.

public RecommendationAction ();
Public Sub New ()

Applies to

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.

public RecommendationAction (string id = default, string name = default, string type = default, string advisorName = default, string sessionId = default, int? actionId = default, DateTime? createdTime = default, DateTime? expirationTime = default, string reason = default, string recommendationType = default, System.Collections.Generic.IDictionary<string,string> details = default);
new Microsoft.Azure.Management.MySQL.Models.RecommendationAction : string * string * string * string * string * Nullable<int> * Nullable<DateTime> * Nullable<DateTime> * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.MySQL.Models.RecommendationAction
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional advisorName As String = Nothing, Optional sessionId As String = Nothing, Optional actionId As Nullable(Of Integer) = Nothing, Optional createdTime As Nullable(Of DateTime) = Nothing, Optional expirationTime As Nullable(Of DateTime) = Nothing, Optional reason As String = Nothing, Optional recommendationType As String = Nothing, Optional details As IDictionary(Of String, String) = Nothing)

Parameters

id
String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

The name of the resource

type
String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

advisorName
String

Advisor name.

sessionId
String

Recommendation action session identifier.

actionId
Nullable<Int32>

Recommendation action identifier.

createdTime
Nullable<DateTime>

Recommendation action creation time.

expirationTime
Nullable<DateTime>

Recommendation action expiration time.

reason
String

Recommendation action reason.

recommendationType
String

Recommendation action type.

details
IDictionary<String,String>

Recommendation action details.

Applies to