Share via


BatchResourceAssociation Class

Definition

Information about resource association.

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

Constructors

Name Description
BatchResourceAssociation()

Initializes a new instance of BatchResourceAssociation.

Properties

Name Description
AccessMode

Access mode of the resource association.

Name

Name of the resource association.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<BatchResourceAssociation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchResourceAssociation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchResourceAssociation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BatchResourceAssociation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to