TroubleshootingRecommendedActions 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.
Recommended actions based on discovered issues.
public class TroubleshootingRecommendedActions : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.TroubleshootingRecommendedActions>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.TroubleshootingRecommendedActions>
public class TroubleshootingRecommendedActions
type TroubleshootingRecommendedActions = class
interface IJsonModel<TroubleshootingRecommendedActions>
interface IPersistableModel<TroubleshootingRecommendedActions>
type TroubleshootingRecommendedActions = class
Public Class TroubleshootingRecommendedActions
Implements IJsonModel(Of TroubleshootingRecommendedActions), IPersistableModel(Of TroubleshootingRecommendedActions)
Public Class TroubleshootingRecommendedActions
- Inheritance
-
TroubleshootingRecommendedActions
- Implements
Properties
ActionId |
ID of the recommended action. |
ActionText |
Description of recommended actions. |
ActionUri |
The uri linking to a documentation for the recommended troubleshooting actions. |
ActionUriText |
The information from the URI for the recommended troubleshooting actions. |
Explicit Interface Implementations
IJsonModel<TroubleshootingRecommendedActions>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<TroubleshootingRecommendedActions>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<TroubleshootingRecommendedActions>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<TroubleshootingRecommendedActions>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<TroubleshootingRecommendedActions>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET