Partager via


IntegrationAccountBatchConfigurationProperties Classe

Définition

Définition des propriétés de configuration par lots.

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

Constructeurs

IntegrationAccountBatchConfigurationProperties(String, IntegrationAccountBatchReleaseCriteria)

Initialise une nouvelle instance d’IntegrationAccountBatchConfigurationProperties.

Propriétés

BatchGroupName

Nom du groupe de lots.

ChangedOn

L’artefact a changé d’heure.

(Hérité de ArtifactProperties)
CreatedOn

Heure de création de l’artefact.

(Hérité de ArtifactProperties)
Metadata

Tout

Pour affecter un objet à cette propriété, utilisez FromObjectAsJson<T>(T, JsonSerializerOptions).

Pour affecter une chaîne json déjà mise en forme à cette propriété, utilisez FromString(String).

Exemples :

  • BinaryData.FromObjectAsJson(« foo »)Crée une charge utile de « foo ».
  • BinaryData.FromString(« \"foo\" »)Crée une charge utile de « foo ».
  • BinaryData.FromObjectAsJson(new { key = « value » })Crée une charge utile de { « key »: « value » }.
  • BinaryData.FromString(« {\"key\ »: \"value\"} »)Crée une charge utile de { « key »: « value » }.

(Hérité de ArtifactProperties)
ReleaseCriteria

Critères de mise en production par lot.

S’applique à