LogAnalyticsOutput Class

  • java.lang.Object
    • com.azure.resourcemanager.compute.models.LogAnalyticsOutput

Implements

public final class LogAnalyticsOutput
implements JsonSerializable<LogAnalyticsOutput>

LogAnalytics output properties.

Constructor Summary

Constructor Description
LogAnalyticsOutput()

Creates an instance of LogAnalyticsOutput class.

Method Summary

Modifier and Type Method and Description
static LogAnalyticsOutput fromJson(JsonReader jsonReader)

Reads an instance of LogAnalyticsOutput from the JsonReader.

String output()

Get the output property: Output file Uri path to blob container.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

LogAnalyticsOutput

public LogAnalyticsOutput()

Creates an instance of LogAnalyticsOutput class.

Method Details

fromJson

public static LogAnalyticsOutput fromJson(JsonReader jsonReader)

Reads an instance of LogAnalyticsOutput from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of LogAnalyticsOutput 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 LogAnalyticsOutput.

output

public String output()

Get the output property: Output file Uri path to blob container.

Returns:

the output value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to