NspAccessRule Class

Definition

Information of Access Rule in Network Security Perimeter profile.

public class NspAccessRule : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Storage.Models.NspAccessRule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Storage.Models.NspAccessRule>
type NspAccessRule = class
    interface IJsonModel<NspAccessRule>
    interface IPersistableModel<NspAccessRule>
Public Class NspAccessRule
Implements IJsonModel(Of NspAccessRule), IPersistableModel(Of NspAccessRule)
Inheritance
NspAccessRule
Implements

Properties

Name

Name of the resource.

Properties

Properties of Access Rule.

Explicit Interface Implementations

IJsonModel<NspAccessRule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<NspAccessRule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NspAccessRule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NspAccessRule>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<NspAccessRule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to