Share via


BatchAccessRule Class

Definition

Access rule in a network security perimeter configuration profile.

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

Properties

Name Description
Name

Name of the access rule.

Properties

Properties of Access Rule.

Explicit Interface Implementations

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

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

IJsonModel<BatchAccessRule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchAccessRule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchAccessRule>.GetFormatFromOptions(ModelReaderWriterOptions)

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

<param name="options">The ModelReaderWriterOptions to use.</param>
IPersistableModel<BatchAccessRule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to