Class ContainerGroupDiagnostics
java.lang.Object
com.azure.resourcemanager.containerinstance.models.ContainerGroupDiagnostics
Container group diagnostic information.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ContainerGroupDiagnostics class. -
Method Summary
Modifier and TypeMethodDescriptionGet the logAnalytics property: Container group log analytics information.voidvalidate()Validates the instance.withLogAnalytics(LogAnalytics logAnalytics) Set the logAnalytics property: Container group log analytics information.
-
Constructor Details
-
ContainerGroupDiagnostics
public ContainerGroupDiagnostics()Creates an instance of ContainerGroupDiagnostics class.
-
-
Method Details
-
logAnalytics
Get the logAnalytics property: Container group log analytics information.- Returns:
- the logAnalytics value.
-
withLogAnalytics
Set the logAnalytics property: Container group log analytics information.- Parameters:
logAnalytics- the logAnalytics value to set.- Returns:
- the ContainerGroupDiagnostics object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-