ConnectionAnalyzerQueryStatusResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.network.fluent.models.ConnectionAnalyzerQueryStatusResultInner

Implements

public final class ConnectionAnalyzerQueryStatusResultInner
implements JsonSerializable<ConnectionAnalyzerQueryStatusResultInner>

Status result returned when querying a connection analyzer for its diagnostic results.

Method Summary

Modifier and Type Method and Description
ConnectionAnalyzerStatus connectionAnalyzerStatus()

Get the connectionAnalyzerStatus property: Current execution status of the connection analyzer.

List<DiagnosticOperationResult> diagnosticOperationResults()

Get the diagnosticOperationResults property: Results of the individual diagnostic operations.

String error()

Get the error property: Error message if the connection analyzer operation failed.

OffsetDateTime expiryInUtc()

Get the expiryInUtc property: UTC time when the connection analyzer expires.

static ConnectionAnalyzerQueryStatusResultInner fromJson(JsonReader jsonReader)

Reads an instance of ConnectionAnalyzerQueryStatusResultInner from the JsonReader.

String id()

Get the id property: Resource ID of the connection analyzer.

String outputStoragePath()

Get the outputStoragePath property: Storage path where the connection analyzer output is written.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

connectionAnalyzerStatus

public ConnectionAnalyzerStatus connectionAnalyzerStatus()

Get the connectionAnalyzerStatus property: Current execution status of the connection analyzer.

Returns:

the connectionAnalyzerStatus value.

diagnosticOperationResults

public List<DiagnosticOperationResult> diagnosticOperationResults()

Get the diagnosticOperationResults property: Results of the individual diagnostic operations.

Returns:

the diagnosticOperationResults value.

error

public String error()

Get the error property: Error message if the connection analyzer operation failed.

Returns:

the error value.

expiryInUtc

public OffsetDateTime expiryInUtc()

Get the expiryInUtc property: UTC time when the connection analyzer expires.

Returns:

the expiryInUtc value.

fromJson

public static ConnectionAnalyzerQueryStatusResultInner fromJson(JsonReader jsonReader)

Reads an instance of ConnectionAnalyzerQueryStatusResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ConnectionAnalyzerQueryStatusResultInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ConnectionAnalyzerQueryStatusResultInner.

id

public String id()

Get the id property: Resource ID of the connection analyzer.

Returns:

the id value.

outputStoragePath

public String outputStoragePath()

Get the outputStoragePath property: Storage path where the connection analyzer output is written.

Returns:

the outputStoragePath value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to