public static interface ConnectionMonitor.DefinitionStages.WithTags
| Modifier and Type | Method and Description |
|---|---|
ConnectionMonitor.DefinitionStages.WithCreate |
withoutTag(String key)
Removes a tag from the connection monitor.
|
ConnectionMonitor.DefinitionStages.WithCreate |
withTag(String key,
String value)
Adds a tag to the connection monitor.
|
ConnectionMonitor.DefinitionStages.WithCreate |
withTags(Map<String,String> tags)
Specifies tags for the connection monitor.
|
ConnectionMonitor.DefinitionStages.WithCreate withTags(Map<String,String> tags)
tags - tags indexed by nameConnectionMonitor.DefinitionStages.WithCreate withTag(String key, String value)
key - the key for the tagvalue - the value for the tagConnectionMonitor.DefinitionStages.WithCreate withoutTag(String key)
key - the key of the tag to removeCopyright © 2021 Microsoft Corporation. All rights reserved.