Class LogAnalyticsOutput
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.LogAnalyticsOutput
-
public final class LogAnalyticsOutput extends Object
LogAnalytics output properties.
-
-
Constructor Summary
Constructors Constructor Description LogAnalyticsOutput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringoutput()Get the output property: Output file Uri path to blob container.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
output
public String output()
Get the output property: Output file Uri path to blob container.- Returns:
- the output value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-