RecommendedActionImplementationInfo Class

Definition

Contains information for manual implementation for an Azure SQL Database, Server or Elastic Pool Recommended Action.

public class RecommendedActionImplementationInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Sql.Models.RecommendedActionImplementationInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Sql.Models.RecommendedActionImplementationInfo>
type RecommendedActionImplementationInfo = class
    interface IJsonModel<RecommendedActionImplementationInfo>
    interface IPersistableModel<RecommendedActionImplementationInfo>
Public Class RecommendedActionImplementationInfo
Implements IJsonModel(Of RecommendedActionImplementationInfo), IPersistableModel(Of RecommendedActionImplementationInfo)
Inheritance
RecommendedActionImplementationInfo
Implements

Properties

Method

Gets the method in which this recommended action can be manually implemented. e.g., TSql, AzurePowerShell.

Script

Gets the manual implementation script. e.g., T-SQL script that could be executed on the database.

Explicit Interface Implementations

IJsonModel<RecommendedActionImplementationInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RecommendedActionImplementationInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RecommendedActionImplementationInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RecommendedActionImplementationInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RecommendedActionImplementationInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to