NetworkAnalyticsIPRules Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
IP rule with specific IP or IP range in CIDR format.
public class NetworkAnalyticsIPRules : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkAnalytics.Models.NetworkAnalyticsIPRules>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkAnalytics.Models.NetworkAnalyticsIPRules>
type NetworkAnalyticsIPRules = class
interface IJsonModel<NetworkAnalyticsIPRules>
interface IPersistableModel<NetworkAnalyticsIPRules>
Public Class NetworkAnalyticsIPRules
Implements IJsonModel(Of NetworkAnalyticsIPRules), IPersistableModel(Of NetworkAnalyticsIPRules)
- Inheritance
-
System.ObjectNetworkAnalyticsIPRules
- Implements
-
System.ClientModel.Primitives.IJsonModel<NetworkAnalyticsIPRules> System.ClientModel.Primitives.IPersistableModel<NetworkAnalyticsIPRules> System.ClientModel.Primitives.IPersistableModel<T>
Constructors
| NetworkAnalyticsIPRules(String) |
Initializes a new instance of NetworkAnalyticsIPRules. |
Properties
| Action |
The action of virtual network rule. |
| Value |
IP Rules Value. |
Methods
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
| IJsonModel<NetworkAnalyticsIPRules>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<NetworkAnalyticsIPRules>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided System.Text.Json.Utf8JsonWriter. |
| IPersistableModel<NetworkAnalyticsIPRules>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided System.BinaryData into a model. |
| IPersistableModel<NetworkAnalyticsIPRules>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<NetworkAnalyticsIPRules>.Write(ModelReaderWriterOptions) |
Writes the model into a System.BinaryData. |