RecommendedActionImpactRecord 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.
Contains information of estimated or observed impact on various metrics for an Azure SQL Database, Server or Elastic Pool Recommended Action.
public class RecommendedActionImpactRecord : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Sql.Models.RecommendedActionImpactRecord>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Sql.Models.RecommendedActionImpactRecord>
type RecommendedActionImpactRecord = class
interface IJsonModel<RecommendedActionImpactRecord>
interface IPersistableModel<RecommendedActionImpactRecord>
Public Class RecommendedActionImpactRecord
Implements IJsonModel(Of RecommendedActionImpactRecord), IPersistableModel(Of RecommendedActionImpactRecord)
- Inheritance
-
RecommendedActionImpactRecord
- Implements
Properties
AbsoluteValue |
Gets the absolute value of this dimension if applicable. e.g., Number of Queries affected. |
ChangeValueAbsolute |
Gets the absolute change in the value of this dimension. e.g., Absolute Disk space change in Megabytes. |
ChangeValueRelative |
Gets the relative change in the value of this dimension. e.g., Relative Disk space change in Percentage. |
DimensionName |
Gets the name of the impact dimension. e.g., CPUChange, DiskSpaceChange, NumberOfQueriesAffected. |
Unit |
Gets the name of the impact dimension. e.g., CPUChange, DiskSpaceChange, NumberOfQueriesAffected. |
Explicit Interface Implementations
IJsonModel<RecommendedActionImpactRecord>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<RecommendedActionImpactRecord>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<RecommendedActionImpactRecord>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<RecommendedActionImpactRecord>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<RecommendedActionImpactRecord>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET