NotificationHubNetworkAcls 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.
A collection of network authorization rules.
public class NotificationHubNetworkAcls : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NotificationHubs.Models.NotificationHubNetworkAcls>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NotificationHubs.Models.NotificationHubNetworkAcls>
type NotificationHubNetworkAcls = class
interface IJsonModel<NotificationHubNetworkAcls>
interface IPersistableModel<NotificationHubNetworkAcls>
Public Class NotificationHubNetworkAcls
Implements IJsonModel(Of NotificationHubNetworkAcls), IPersistableModel(Of NotificationHubNetworkAcls)
- Inheritance
-
NotificationHubNetworkAcls
- Implements
Constructors
NotificationHubNetworkAcls() |
Initializes a new instance of NotificationHubNetworkAcls. |
Properties
IPRules |
List of IP rules. |
PublicNetworkRuleAccessRights |
List of access rights. |
Explicit Interface Implementations
IJsonModel<NotificationHubNetworkAcls>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<NotificationHubNetworkAcls>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<NotificationHubNetworkAcls>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<NotificationHubNetworkAcls>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<NotificationHubNetworkAcls>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET