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
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ConnectionMonitorEndpointLocationDetailsModifier and TypeClassDescriptionfinal classConnection monitor endpoint location details only being used for 'AzureArcNetwork' type endpoints, which contains the region details.Methods in com.azure.resourcemanager.network.models that return ConnectionMonitorEndpointLocationDetailsModifier and TypeMethodDescriptionConnectionMonitorEndpointLocationDetails.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectionMonitorEndpointLocationDetails from the JsonReader.ConnectionMonitorEndpoint.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.