Sdílet prostřednictvím


TroubleshootingRecommendedActions Class

Definition

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>
type TroubleshootingRecommendedActions = class
    interface IJsonModel<TroubleshootingRecommendedActions>
    interface IPersistableModel<TroubleshootingRecommendedActions>
Public Class TroubleshootingRecommendedActions
Implements IJsonModel(Of TroubleshootingRecommendedActions), IPersistableModel(Of 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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

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