Set-AzIntegrationAccountBatchConfiguration
Ändert eine Batchkonfiguration für ein Integrationskonto.
Syntax
Set-AzIntegrationAccountBatchConfiguration
-ResourceGroupName <String>
-ParentName <String>
-Name <String>
[-BatchGroupName <String>]
[-MessageCount <Int32>]
[-BatchSize <Int32>]
[-ScheduleInterval <Int32>]
[-ScheduleFrequency <String>]
[-ScheduleTimeZone <String>]
[-ScheduleStartTime <DateTime>]
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-AzIntegrationAccountBatchConfiguration
-ResourceGroupName <String>
-ParentName <String>
-Name <String>
-BatchConfigurationDefinition <String>
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-AzIntegrationAccountBatchConfiguration
-ResourceGroupName <String>
-ParentName <String>
-Name <String>
-BatchConfigurationFilePath <String>
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-AzIntegrationAccountBatchConfiguration
-InputObject <PSIntegrationAccountBatchConfiguration>
-BatchConfigurationDefinition <String>
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-AzIntegrationAccountBatchConfiguration
-InputObject <PSIntegrationAccountBatchConfiguration>
-BatchConfigurationFilePath <String>
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-AzIntegrationAccountBatchConfiguration
-InputObject <PSIntegrationAccountBatchConfiguration>
[-BatchGroupName <String>]
[-MessageCount <Int32>]
[-BatchSize <Int32>]
[-ScheduleInterval <Int32>]
[-ScheduleFrequency <String>]
[-ScheduleTimeZone <String>]
[-ScheduleStartTime <DateTime>]
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-AzIntegrationAccountBatchConfiguration
-ResourceId <String>
-BatchConfigurationDefinition <String>
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-AzIntegrationAccountBatchConfiguration
-ResourceId <String>
-BatchConfigurationFilePath <String>
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-AzIntegrationAccountBatchConfiguration
-ResourceId <String>
[-BatchGroupName <String>]
[-MessageCount <Int32>]
[-BatchSize <Int32>]
[-ScheduleInterval <Int32>]
[-ScheduleFrequency <String>]
[-ScheduleTimeZone <String>]
[-ScheduleStartTime <DateTime>]
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Beschreibung
Mit dem Cmdlet Set-AzIntegrationAccountBatchConfiguration wird eine Batchkonfiguration für das Integrationskonto geändert.
Beispiele
Beispiel 1: Ändern einer Batchkonfiguration mithilfe einer lokalen Datei
Set-AzIntegrationAccountBatchConfiguration -ResourceGroupName "sampleResourceGroup" -IntegrationAccountName "sampleIntegrationAccount" -BatchConfigurationName "sampleBatchConfig" -BatchConfigurationFilePath $batchConfigurationFilePath
Properties : Microsoft.Azure.Management.Logic.Models.BatchConfigurationProperties
Id : /subscriptions/{SubscriptionId}/resourceGroups/sampleResourceGroup/providers/Microsoft.Logic/integrationAccounts/sampleIntegrationAccount/batchConfigurations/sampleBatchConfig
Name : sampleBatchConfig
Type : Microsoft.Logic/integrationAccounts/batchConfigurations
Location :
Tags :
Ändern Sie eine Batchkonfiguration namens "sampleBatchConfig" mithilfe der lokalen Datei, die sich im Dateipfad befindet, der in "$batchConfigurationFilePath" enthalten ist.
Beispiel 2: Ändern einer Batchkonfiguration mithilfe einer JSON-Zeichenfolge
Set-AzIntegrationAccountBatchConfiguration -ResourceGroupName "sampleResourceGroup" -IntegrationAccountName "sampleIntegrationAccount" -BatchConfigurationName "sampleBatchConfig" -BatchConfigurationDefinition $batchConfigurationContent
Properties : Microsoft.Azure.Management.Logic.Models.BatchConfigurationProperties
Id : /subscriptions/{SubscriptionId}/resourceGroups/sampleResourceGroup/providers/Microsoft.Logic/integrationAccounts/sampleIntegrationAccount/batchConfigurations/sampleBatchConfig
Name : sampleBatchConfig
Type : Microsoft.Logic/integrationAccounts/batchConfigurations
Location :
Tags :
Ändern Sie eine Batchkonfiguration namens "sampleBatchConfig" mithilfe der JSON-Zeichenfolge, die in "$batchConfigurationContent" enthalten ist.
Beispiel 3: Ändern einer Batchkonfiguration mithilfe von Parametern
Set-AzIntegrationAccountBatchConfiguration -ResourceGroupName "sampleResourceGroup" -IntegrationAccountName "sampleIntegrationAccount" -BatchConfigurationName "sampleBatchConfig" -MessageCount 199 -BatchSize 5 -ScheduleInterval 1 -ScheduleFrequency "Month"
Properties : Microsoft.Azure.Management.Logic.Models.BatchConfigurationProperties
Id : /subscriptions/{SubscriptionId}/resourceGroups/sampleResourceGroup/providers/Microsoft.Logic/integrationAccounts/sampleIntegrationAccount/batchConfigurations/sampleBatchConfig
Name : sampleBatchConfig
Type : Microsoft.Logic/integrationAccounts/batchConfigurations
Location :
Tags :
Ändern Sie eine Batchkonfiguration namens "sampleBatchConfig", indem Sie manuell alle erforderlichen Parameter bereitstellen.
Parameter
-BatchConfigurationDefinition
Die Batchkonfigurationsdefinition des Integrationskontos.
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-BatchConfigurationFilePath
Der Batchdateipfad für die Batchkonfiguration des Integrationskontos.
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-BatchGroupName
Der Name der Batchkonfigurationsgruppe für das Integrationskonto.
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-BatchSize
Die Batchgröße der Batchkonfiguration des Integrationskontos.
Typ: | Int32 |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-Confirm
Hiermit werden Sie vor der Ausführung des Cmdlets zur Bestätigung aufgefordert.
Typ: | SwitchParameter |
Aliase: | cf |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-DefaultProfile
Anmeldeinformationen, Konto, Mandant und Abonnement für die Kommunikation mit Azure
Typ: | IAzureContextContainer |
Aliase: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-InputObject
Eine Batchkonfiguration für ein Integrationskonto.
Typ: | PSIntegrationAccountBatchConfiguration |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | True |
Platzhalterzeichen akzeptieren: | False |
-MessageCount
Die Anzahl der Batchkonfigurationsnachrichten des Integrationskontos.
Typ: | Int32 |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-Metadata
Die Batchkonfigurationsmetadaten des Integrationskontos.
Typ: | Hashtable |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-Name
Der Konfigurationsname des Integrationskontos.
Typ: | String |
Aliase: | BatchConfigurationName, ResourceName |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-ParentName
Der Name des Integrationskontos.
Typ: | String |
Aliase: | IntegrationAccountName |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-ResourceGroupName
Der Name der Ressourcengruppe.
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-ResourceId
Die Batchkonfigurationsressourcen-ID des Integrationskontos.
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | True |
Platzhalterzeichen akzeptieren: | False |
-ScheduleFrequency
Die Batchkonfigurationshäufigkeit des Integrationskontos.
Typ: | String |
Zulässige Werte: | Month, Week, Day, Hour, Minute, Second |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-ScheduleInterval
Das Zeitplanintervall für die Batchkonfiguration des Integrationskontos.
Typ: | Int32 |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-ScheduleStartTime
Startzeit des Startzeitplans für die Batchkonfiguration des Integrationskontos.
Typ: | Nullable<T>[DateTime] |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-ScheduleTimeZone
Die Konfigurationszeitzone für die Batchkonfiguration des Integrationskontos.
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-WhatIf
Zeigt, was geschieht, wenn das Cmdlet ausgeführt wird. Das Cmdlet wird nicht ausgeführt.
Typ: | SwitchParameter |
Aliase: | wi |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
Eingaben
PSIntegrationAccountBatchConfiguration
Ausgaben
Azure PowerShell