public static interface ConnectionMonitor.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ConnectionMonitor.DefinitionStages.WithAutoStart
Determines if the connection monitor will start automatically once created.
|
static interface |
ConnectionMonitor.DefinitionStages.WithCreate |
static interface |
ConnectionMonitor.DefinitionStages.WithDestination
Sets the destination.
|
static interface |
ConnectionMonitor.DefinitionStages.WithDestinationPort
Sets the destination port used by connection monitor.
|
static interface |
ConnectionMonitor.DefinitionStages.WithMonitoringInterval
Sets monitoring interval in seconds.
|
static interface |
ConnectionMonitor.DefinitionStages.WithSource
Sets the source property.
|
static interface |
ConnectionMonitor.DefinitionStages.WithSourcePort
Sets the source port used by connection monitor.
|
static interface |
ConnectionMonitor.DefinitionStages.WithTags
The stage of the connection monitor definition allowing to add or update tags.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.