BatchNetworkProfile Class

Definition

Network profile for Batch account, which contains network rule settings for each endpoint.

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

Constructors

BatchNetworkProfile()

Initializes a new instance of BatchNetworkProfile.

Properties

AccountAccess

Network access profile for batchAccount endpoint (Batch account data plane API).

NodeManagementAccess

Network access profile for nodeManagement endpoint (Batch service managing compute nodes for Batch pools).

Explicit Interface Implementations

IJsonModel<BatchNetworkProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BatchNetworkProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchNetworkProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchNetworkProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BatchNetworkProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to