ResourceHealthRecommendedAction 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.
Lists actions the user can take based on the current availabilityState of the resource.
public class ResourceHealthRecommendedAction
public class ResourceHealthRecommendedAction : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ResourceHealth.Models.ResourceHealthRecommendedAction>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ResourceHealth.Models.ResourceHealthRecommendedAction>
type ResourceHealthRecommendedAction = class
type ResourceHealthRecommendedAction = class
interface IJsonModel<ResourceHealthRecommendedAction>
interface IPersistableModel<ResourceHealthRecommendedAction>
Public Class ResourceHealthRecommendedAction
Public Class ResourceHealthRecommendedAction
Implements IJsonModel(Of ResourceHealthRecommendedAction), IPersistableModel(Of ResourceHealthRecommendedAction)
- Inheritance
-
ResourceHealthRecommendedAction
- Implements
Properties
Action |
Recommended action. |
ActionUri |
Link to the action. |
ActionUriComment |
the comment for the Action. |
ActionUriText |
Substring of action, it describes which text should host the action URL. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ResourceHealthRecommendedAction>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ResourceHealthRecommendedAction>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ResourceHealthRecommendedAction>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ResourceHealthRecommendedAction>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ResourceHealthRecommendedAction>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET