Class ConnectionMonitorEndpoint
java.lang.Object
com.microsoft.azure.management.network.ConnectionMonitorEndpoint
Describes the connection monitor endpoint.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionaddress()Get address of the connection monitor endpoint (IP or domain name).filter()Get filter for sub-items within the endpoint.name()Get the name of the connection monitor endpoint.Get resource ID of the connection monitor endpoint.withAddress(String address) Set address of the connection monitor endpoint (IP or domain name).Set filter for sub-items within the endpoint.Set the name of the connection monitor endpoint.withResourceId(String resourceId) Set resource ID of the connection monitor endpoint.
- 
Constructor Details- 
ConnectionMonitorEndpointpublic ConnectionMonitorEndpoint()
 
- 
- 
Method Details- 
nameGet the name of the connection monitor endpoint.- Returns:
- the name value
 
- 
withNameSet the name of the connection monitor endpoint.- Parameters:
- name- the name value to set
- Returns:
- the ConnectionMonitorEndpoint object itself.
 
- 
resourceIdGet resource ID of the connection monitor endpoint.- Returns:
- the resourceId value
 
- 
withResourceIdSet resource ID of the connection monitor endpoint.- Parameters:
- resourceId- the resourceId value to set
- Returns:
- the ConnectionMonitorEndpoint object itself.
 
- 
addressGet address of the connection monitor endpoint (IP or domain name).- Returns:
- the address value
 
- 
withAddressSet address of the connection monitor endpoint (IP or domain name).- Parameters:
- address- the address value to set
- Returns:
- the ConnectionMonitorEndpoint object itself.
 
- 
filterGet filter for sub-items within the endpoint.- Returns:
- the filter value
 
- 
withFilterSet filter for sub-items within the endpoint.- Parameters:
- filter- the filter value to set
- Returns:
- the ConnectionMonitorEndpoint object itself.
 
 
-