| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models 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 © 2021 Microsoft Corporation. All rights reserved.