Class LogAnalyticsConfiguration
- java.lang.Object
-
- com.azure.resourcemanager.appservice.models.LogAnalyticsConfiguration
-
public final class LogAnalyticsConfiguration extends Object
The LogAnalyticsConfiguration model.
-
-
Constructor Summary
Constructors Constructor Description LogAnalyticsConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcustomerId()Get the customerId property: The customerId property.StringsharedKey()Get the sharedKey property: The sharedKey property.voidvalidate()Validates the instance.LogAnalyticsConfigurationwithCustomerId(String customerId)Set the customerId property: The customerId property.LogAnalyticsConfigurationwithSharedKey(String sharedKey)Set the sharedKey property: The sharedKey property.
-
-
-
Method Detail
-
customerId
public String customerId()
Get the customerId property: The customerId property.- Returns:
- the customerId value.
-
withCustomerId
public LogAnalyticsConfiguration withCustomerId(String customerId)
Set the customerId property: The customerId property.- Parameters:
customerId- the customerId value to set.- Returns:
- the LogAnalyticsConfiguration object itself.
-
sharedKey
public String sharedKey()
Get the sharedKey property: The sharedKey property.- Returns:
- the sharedKey value.
-
withSharedKey
public LogAnalyticsConfiguration withSharedKey(String sharedKey)
Set the sharedKey property: The sharedKey property.- Parameters:
sharedKey- the sharedKey value to set.- Returns:
- the LogAnalyticsConfiguration object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-