Uses of Class
com.azure.resourcemanager.network.models.ConnectionMonitorEndpointLocationDetails
Packages that use ConnectionMonitorEndpointLocationDetails
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ConnectionMonitorEndpointLocationDetails in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ConnectionMonitorEndpointLocationDetailsModifier and TypeMethodDescriptionConnectionMonitorEndpoint.locationDetails()Get the locationDetails property: Location details is optional and only being used for 'AzureArcNetwork' type endpoints, which contains region details.ConnectionMonitorEndpointLocationDetails.withRegion(String region) Set the region property: Region for connection monitor endpoint.Methods in com.azure.resourcemanager.network.models with parameters of type ConnectionMonitorEndpointLocationDetailsModifier and TypeMethodDescriptionConnectionMonitorEndpoint.withLocationDetails(ConnectionMonitorEndpointLocationDetails locationDetails) Set the locationDetails property: Location details is optional and only being used for 'AzureArcNetwork' type endpoints, which contains region details.