Freigeben über


IntegrationAccountBatchConfigurationProperties Klasse

Definition

Die Definition der Batchkonfigurationseigenschaften.

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

Konstruktoren

IntegrationAccountBatchConfigurationProperties(String, IntegrationAccountBatchReleaseCriteria)

Initialisiert eine neue instance von IntegrationAccountBatchConfigurationProperties.

Eigenschaften

BatchGroupName

Der Name der Batchgruppe.

ChangedOn

Das Artefakt hat die Zeit geändert.

(Geerbt von ArtifactProperties)
CreatedOn

Die Erstellungszeit des Artefakts.

(Geerbt von ArtifactProperties)
Metadata

Irgendetwas

Um dieser Eigenschaft ein Objekt zuzuweisen, verwenden Sie FromObjectAsJson<T>(T, JsonSerializerOptions).

Verwenden Sie FromString(String), um dieser Eigenschaft eine bereits formatierte JSON-Zeichenfolge zuzuweisen.

Beispiele:

  • BinaryData.FromObjectAsJson("foo")Erstellt eine Nutzlast von "foo".
  • BinaryData.FromString("\"foo\"")Erstellt eine Nutzlast von "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" })Erstellt eine Nutzlast von { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}")Erstellt eine Nutzlast von { "key": "value" }.

(Geerbt von ArtifactProperties)
ReleaseCriteria

Die Batchfreigabekriterien.

Gilt für: