Class ConnectionMonitorEndpoint
java.lang.Object
com.microsoft.azure.management.network.ConnectionMonitorEndpoint
Describes the connection monitor endpoint.
-
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
ConnectionMonitorEndpoint
public ConnectionMonitorEndpoint()
-
-
Method Details
-
name
Get the name of the connection monitor endpoint.- Returns:
- the name value
-
withName
Set the name of the connection monitor endpoint.- Parameters:
name
- the name value to set- Returns:
- the ConnectionMonitorEndpoint object itself.
-
resourceId
Get resource ID of the connection monitor endpoint.- Returns:
- the resourceId value
-
withResourceId
Set resource ID of the connection monitor endpoint.- Parameters:
resourceId
- the resourceId value to set- Returns:
- the ConnectionMonitorEndpoint object itself.
-
address
Get address of the connection monitor endpoint (IP or domain name).- Returns:
- the address value
-
withAddress
Set address of the connection monitor endpoint (IP or domain name).- Parameters:
address
- the address value to set- Returns:
- the ConnectionMonitorEndpoint object itself.
-
filter
Get filter for sub-items within the endpoint.- Returns:
- the filter value
-
withFilter
Set filter for sub-items within the endpoint.- Parameters:
filter
- the filter value to set- Returns:
- the ConnectionMonitorEndpoint object itself.
-