| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ConnectionMonitor.Definition
The entirety of the connection monitor definition.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionMonitor.DefinitionStages.WithCreate |
ConnectionMonitor.DefinitionStages.WithDestinationPort.withDestinationPort(int port) |
ConnectionMonitor.DefinitionStages.WithCreate |
ConnectionMonitor.DefinitionStages.WithMonitoringInterval.withMonitoringInterval(int seconds) |
ConnectionMonitor.DefinitionStages.WithCreate |
ConnectionMonitor.DefinitionStages.WithAutoStart.withoutAutoStart()
Disable auto start.
|
ConnectionMonitor.DefinitionStages.WithCreate |
ConnectionMonitor.DefinitionStages.WithTags.withoutTag(String key)
Removes a tag from the connection monitor.
|
ConnectionMonitor.DefinitionStages.WithCreate |
ConnectionMonitor.DefinitionStages.WithTags.withTag(String key,
String value)
Adds a tag to the connection monitor.
|
ConnectionMonitor.DefinitionStages.WithCreate |
ConnectionMonitor.DefinitionStages.WithTags.withTags(Map<String,String> tags)
Specifies tags for the connection monitor.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/