Class ConnectionMonitorEndpointLocationDetails
java.lang.Object
com.azure.resourcemanager.network.models.ConnectionMonitorEndpointLocationDetails
Connection monitor endpoint location details only being used for 'AzureArcNetwork' type endpoints, which contains the
region details.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ConnectionMonitorEndpointLocationDetails class. -
Method Summary
Modifier and TypeMethodDescriptionregion()Get the region property: Region for connection monitor endpoint.voidvalidate()Validates the instance.withRegion(String region) Set the region property: Region for connection monitor endpoint.
-
Constructor Details
-
ConnectionMonitorEndpointLocationDetails
public ConnectionMonitorEndpointLocationDetails()Creates an instance of ConnectionMonitorEndpointLocationDetails class.
-
-
Method Details
-
region
Get the region property: Region for connection monitor endpoint.- Returns:
- the region value.
-
withRegion
Set the region property: Region for connection monitor endpoint.- Parameters:
region- the region value to set.- Returns:
- the ConnectionMonitorEndpointLocationDetails object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-