Share via


RecommendedActionImplementationInfo.Method Property

Definition

Gets the method in which this recommended action can be manually implemented. e.g., TSql, AzurePowerShell. Possible values include: 'TSql', 'AzurePowerShell'

[Newtonsoft.Json.JsonProperty(PropertyName="method")]
public Microsoft.Azure.Management.Sql.Models.ImplementationMethod? Method { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="method")>]
member this.Method : Nullable<Microsoft.Azure.Management.Sql.Models.ImplementationMethod>
Public ReadOnly Property Method As Nullable(Of ImplementationMethod)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to