NetworkMonitorPatch Class
- java.
lang. Object - com.
azure. resourcemanager. managednetworkfabric. models. TagsUpdate - com.
azure. resourcemanager. managednetworkfabric. models. NetworkMonitorPatch
- com.
- com.
public final class NetworkMonitorPatch
extends TagsUpdate
The Network Monitor Patch resource definition.
Constructor Summary
| Constructor | Description |
|---|---|
| NetworkMonitorPatch() |
Creates an instance of Network |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Bmp |
bmpConfiguration()
Get the bmp |
|
static
Network |
fromJson(JsonReader jsonReader)
Reads an instance of Network |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Network |
withBmpConfiguration(BmpConfigurationPatchProperties bmpConfiguration)
Set the bmp |
|
Network |
withTags(Map<String,String> tags)
Set the tags property: Resource tags. |
Methods inherited from TagsUpdate
Methods inherited from java.lang.Object
Constructor Details
NetworkMonitorPatch
public NetworkMonitorPatch()
Creates an instance of NetworkMonitorPatch class.
Method Details
bmpConfiguration
public BmpConfigurationPatchProperties bmpConfiguration()
Get the bmpConfiguration property: BGP Monitoring Protocol (BMP) Configurations for the Network Monitor.
Returns:
fromJson
public static NetworkMonitorPatch fromJson(JsonReader jsonReader)
Reads an instance of NetworkMonitorPatch from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
NetworkMonitorPatch.toJson(JsonWriter jsonWriter)Parameters:
Throws:
withBmpConfiguration
public NetworkMonitorPatch withBmpConfiguration(BmpConfigurationPatchProperties bmpConfiguration)
Set the bmpConfiguration property: BGP Monitoring Protocol (BMP) Configurations for the Network Monitor.
Parameters:
Returns:
withTags
public NetworkMonitorPatch withTags(Map<String,String> tags)
Set the tags property: Resource tags.
Overrides:
NetworkMonitorPatch.withTags(Map<String,String> tags)Parameters: