Condividi tramite


IntegrationAccountBatchConfigurationProperties Class

Definition

The batch configuration properties definition.

public class IntegrationAccountBatchConfigurationProperties : Azure.ResourceManager.Logic.Models.ArtifactProperties
type IntegrationAccountBatchConfigurationProperties = class
    inherit ArtifactProperties
Public Class IntegrationAccountBatchConfigurationProperties
Inherits ArtifactProperties
Inheritance
IntegrationAccountBatchConfigurationProperties

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.

Applies to