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

Properties

AccessMode

Access mode of the resource association.

Name

Name of the resource association.

Explicit Interface Implementations

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