Class ConfigurationAccessEndpointSpec
- java.lang.Object
-
- com.azure.resourcemanager.monitor.models.ConfigurationAccessEndpointSpec
-
- Direct Known Subclasses:
DataCollectionEndpointConfigurationAccess
public class ConfigurationAccessEndpointSpec extends Object
Definition of the endpoint used for accessing configuration.
-
-
Constructor Summary
Constructors Constructor Description ConfigurationAccessEndpointSpec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringendpoint()Get the endpoint property: The endpoint.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
endpoint
public String endpoint()
Get the endpoint property: The endpoint. This property is READ-ONLY.- Returns:
- the endpoint value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-