다음을 통해 공유


IntegrationAccountBatchConfigurationProperties Class

Definition

The batch configuration properties definition.

public class IntegrationAccountBatchConfigurationProperties : Azure.ResourceManager.Logic.Models.ArtifactProperties
public class IntegrationAccountBatchConfigurationProperties : Azure.ResourceManager.Logic.Models.ArtifactProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Logic.Models.IntegrationAccountBatchConfigurationProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Logic.Models.IntegrationAccountBatchConfigurationProperties>
type IntegrationAccountBatchConfigurationProperties = class
    inherit ArtifactProperties
type IntegrationAccountBatchConfigurationProperties = class
    inherit ArtifactProperties
    interface IJsonModel<IntegrationAccountBatchConfigurationProperties>
    interface IPersistableModel<IntegrationAccountBatchConfigurationProperties>
Public Class IntegrationAccountBatchConfigurationProperties
Inherits ArtifactProperties
Public Class IntegrationAccountBatchConfigurationProperties
Inherits ArtifactProperties
Implements IJsonModel(Of IntegrationAccountBatchConfigurationProperties), IPersistableModel(Of IntegrationAccountBatchConfigurationProperties)
Inheritance
IntegrationAccountBatchConfigurationProperties
Implements

Constructors

IntegrationAccountBatchConfigurationProperties(String, IntegrationAccountBatchReleaseCriteria)

Initializes a new instance of IntegrationAccountBatchConfigurationProperties.

Properties

BatchGroupName

The name of the batch group.

ChangedOn

The artifact changed time.

(Inherited from ArtifactProperties)
CreatedOn

The artifact creation time.

(Inherited from ArtifactProperties)
Metadata

Anything

To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.

(Inherited from ArtifactProperties)
ReleaseCriteria

The batch release criteria.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from ArtifactProperties)

Explicit Interface Implementations

IJsonModel<ArtifactProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from ArtifactProperties)
IJsonModel<ArtifactProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ArtifactProperties)
IJsonModel<IntegrationAccountBatchConfigurationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IntegrationAccountBatchConfigurationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ArtifactProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ArtifactProperties)
IPersistableModel<ArtifactProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from ArtifactProperties)
IPersistableModel<ArtifactProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ArtifactProperties)
IPersistableModel<IntegrationAccountBatchConfigurationProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IntegrationAccountBatchConfigurationProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IntegrationAccountBatchConfigurationProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to