Class LogAnalyticsConfiguration
java.lang.Object
com.azure.resourcemanager.appservice.models.LogAnalyticsConfiguration
The LogAnalyticsConfiguration model.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of LogAnalyticsConfiguration class. -
Method Summary
Modifier and TypeMethodDescriptionGet the customerId property: The customerId property.Get the sharedKey property: The sharedKey property.voidvalidate()Validates the instance.withCustomerId(String customerId) Set the customerId property: The customerId property.withSharedKey(String sharedKey) Set the sharedKey property: The sharedKey property.
-
Constructor Details
-
LogAnalyticsConfiguration
public LogAnalyticsConfiguration()Creates an instance of LogAnalyticsConfiguration class.
-
-
Method Details
-
customerId
Get the customerId property: The customerId property.- Returns:
- the customerId value.
-
withCustomerId
Set the customerId property: The customerId property.- Parameters:
customerId- the customerId value to set.- Returns:
- the LogAnalyticsConfiguration object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-