你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ComputeDiagnosticsList Class

Definition

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.

Applies to