| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionMonitorEndpointFilterItem |
ConnectionMonitorEndpointFilterItem.withAddress(String address)
Set the address of the filter item.
|
ConnectionMonitorEndpointFilterItem |
ConnectionMonitorEndpointFilterItem.withType(ConnectionMonitorEndpointFilterItemType type)
Set the type of item included in the filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConnectionMonitorEndpointFilterItem> |
ConnectionMonitorEndpointFilter.items()
Get list of items in the filter.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionMonitorEndpointFilter |
ConnectionMonitorEndpointFilter.withItems(List<ConnectionMonitorEndpointFilterItem> items)
Set list of items in the filter.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/