QueryTroubleshootingContent 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.
Parameters that define the resource to query the troubleshooting result.
public class QueryTroubleshootingContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.QueryTroubleshootingContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.QueryTroubleshootingContent>
public class QueryTroubleshootingContent
type QueryTroubleshootingContent = class
interface IJsonModel<QueryTroubleshootingContent>
interface IPersistableModel<QueryTroubleshootingContent>
type QueryTroubleshootingContent = class
Public Class QueryTroubleshootingContent
Implements IJsonModel(Of QueryTroubleshootingContent), IPersistableModel(Of QueryTroubleshootingContent)
Public Class QueryTroubleshootingContent
- Inheritance
-
QueryTroubleshootingContent
- Implements
Constructors
QueryTroubleshootingContent(ResourceIdentifier) |
Initializes a new instance of QueryTroubleshootingContent. |
Properties
TargetResourceId |
The target resource ID to query the troubleshooting result. |
Explicit Interface Implementations
IJsonModel<QueryTroubleshootingContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<QueryTroubleshootingContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<QueryTroubleshootingContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<QueryTroubleshootingContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<QueryTroubleshootingContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET