ComputeDiagnosticsList 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 all available Compute diagnostics for a subscription in a location.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240301Preview.ComputeDiagnosticsListTypeConverter))]
public class ComputeDiagnosticsList : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240301Preview.IComputeDiagnosticsList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240301Preview.ComputeDiagnosticsListTypeConverter))>]
type ComputeDiagnosticsList = class
interface IComputeDiagnosticsList
interface IJsonSerializable
Public Class ComputeDiagnosticsList
Implements IComputeDiagnosticsList
- Inheritance
-
ComputeDiagnosticsList
- Attributes
- Implements
Constructors
ComputeDiagnosticsList() |
Creates an new ComputeDiagnosticsList instance. |
Properties
NextLink |
The continuation token. |
Value |
The collection of available Compute diagnostics returned by the listing operation. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ComputeDiagnosticsList. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ComputeDiagnosticsList. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240301Preview.IComputeDiagnosticsList. |
FromJsonString(String) |
Creates a new instance of ComputeDiagnosticsList, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ComputeDiagnosticsList into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |