BatchEndpointAccessProfile Class

Definition

Network access profile for Batch endpoint.

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

Constructors

BatchEndpointAccessProfile(BatchEndpointAccessDefaultAction)

Initializes a new instance of BatchEndpointAccessProfile.

Properties

DefaultAction

Default action for endpoint access. It is only applicable when publicNetworkAccess is enabled.

IPRules

Array of IP ranges to filter client IP address.

Explicit Interface Implementations

IJsonModel<BatchEndpointAccessProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BatchEndpointAccessProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchEndpointAccessProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchEndpointAccessProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BatchEndpointAccessProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to