Class WorkspaceInfoProperties
java.lang.Object
com.azure.resourcemanager.monitor.fluent.models.WorkspaceInfoProperties
Resource properties.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of WorkspaceInfoProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the customerId property: Log Analytics workspace identifier.voidvalidate()Validates the instance.withCustomerId(String customerId) Set the customerId property: Log Analytics workspace identifier.
-
Constructor Details
-
WorkspaceInfoProperties
public WorkspaceInfoProperties()Creates an instance of WorkspaceInfoProperties class.
-
-
Method Details
-
customerId
Get the customerId property: Log Analytics workspace identifier.- Returns:
- the customerId value.
-
withCustomerId
Set the customerId property: Log Analytics workspace identifier.- Parameters:
customerId- the customerId value to set.- Returns:
- the WorkspaceInfoProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-