ServiceBusNspAccessRule Class

Definition

Information of Access Rule in Network Profile.

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

Properties

Name Description
Id

Fully qualified identifier of the resource.

Name

Name of the resource.

Properties

Properties of Access Rule.

Type

Type of the resource.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ServiceBusNspAccessRule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ServiceBusNspAccessRule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServiceBusNspAccessRule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServiceBusNspAccessRule>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ServiceBusNspAccessRule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to