public class ConnectionMonitorEndpoint extends Object
| Constructor and Description |
|---|
ConnectionMonitorEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
String |
address()
Get address of the connection monitor endpoint (IP or domain name).
|
ConnectionMonitorEndpointFilter |
filter()
Get filter for sub-items within the endpoint.
|
String |
name()
Get the name of the connection monitor endpoint.
|
String |
resourceId()
Get resource ID of the connection monitor endpoint.
|
ConnectionMonitorEndpoint |
withAddress(String address)
Set address of the connection monitor endpoint (IP or domain name).
|
ConnectionMonitorEndpoint |
withFilter(ConnectionMonitorEndpointFilter filter)
Set filter for sub-items within the endpoint.
|
ConnectionMonitorEndpoint |
withName(String name)
Set the name of the connection monitor endpoint.
|
ConnectionMonitorEndpoint |
withResourceId(String resourceId)
Set resource ID of the connection monitor endpoint.
|
public String name()
public ConnectionMonitorEndpoint withName(String name)
name - the name value to setpublic String resourceId()
public ConnectionMonitorEndpoint withResourceId(String resourceId)
resourceId - the resourceId value to setpublic String address()
public ConnectionMonitorEndpoint withAddress(String address)
address - the address value to setpublic ConnectionMonitorEndpointFilter filter()
public ConnectionMonitorEndpoint withFilter(ConnectionMonitorEndpointFilter filter)
filter - the filter value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/