Uses of Class
com.azure.resourcemanager.network.models.ConnectionMonitorEndpoint
Packages that use ConnectionMonitorEndpoint
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ConnectionMonitorEndpoint in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ConnectionMonitorEndpointModifier and TypeMethodDescriptionConnectionMonitorInner.endpoints()Get the endpoints property: List of connection monitor endpoints.ConnectionMonitorParameters.endpoints()Get the endpoints property: List of connection monitor endpoints.ConnectionMonitorResultInner.endpoints()Get the endpoints property: List of connection monitor endpoints.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ConnectionMonitorEndpointModifier and TypeMethodDescriptionConnectionMonitorInner.withEndpoints(List<ConnectionMonitorEndpoint> endpoints) Set the endpoints property: List of connection monitor endpoints.ConnectionMonitorParameters.withEndpoints(List<ConnectionMonitorEndpoint> endpoints) Set the endpoints property: List of connection monitor endpoints.ConnectionMonitorResultInner.withEndpoints(List<ConnectionMonitorEndpoint> endpoints) Set the endpoints property: List of connection monitor endpoints.ConnectionMonitorResultProperties.withEndpoints(List<ConnectionMonitorEndpoint> endpoints) Set the endpoints property: List of connection monitor endpoints. -
Uses of ConnectionMonitorEndpoint in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ConnectionMonitorEndpointModifier and TypeMethodDescriptionstatic ConnectionMonitorEndpointConnectionMonitorEndpoint.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectionMonitorEndpoint from the JsonReader.ConnectionMonitorEndpoint.withAddress(String address) Set the address property: Address of the connection monitor endpoint.ConnectionMonitorEndpoint.withCoverageLevel(CoverageLevel coverageLevel) Set the coverageLevel property: Test coverage for the endpoint.ConnectionMonitorEndpoint.withFilter(ConnectionMonitorEndpointFilter filter) Set the filter property: Filter field is getting deprecated and should not be used.ConnectionMonitorEndpoint.withLocationDetails(ConnectionMonitorEndpointLocationDetails locationDetails) Set the locationDetails property: Location details is optional and only being used for 'AzureArcNetwork' type endpoints, which contains region details.Set the name property: The name of the connection monitor endpoint.ConnectionMonitorEndpoint.withResourceId(String resourceId) Set the resourceId property: Resource ID of the connection monitor endpoint are supported for AzureVM, AzureVMSS, AzureVNet, AzureSubnet, MMAWorkspaceMachine, MMAWorkspaceNetwork, AzureArcVM endpoint type.ConnectionMonitorEndpoint.withScope(ConnectionMonitorEndpointScope scope) Set the scope property: Endpoint scope defines which target resource to monitor in case of compound resource endpoints like VMSS, AzureSubnet, AzureVNet, MMAWorkspaceNetwork, AzureArcNetwork.ConnectionMonitorEndpoint.withSubscriptionId(String subscriptionId) Set the subscriptionId property: Subscription ID for connection monitor endpoint.ConnectionMonitorEndpoint.withType(EndpointType type) Set the type property: The endpoint type.