New-AzIntegrationAccountBatchConfiguration
Erstellt eine Batchkonfiguration für das Integrationskonto.
Syntax
New-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>]
New-AzIntegrationAccountBatchConfiguration
-ResourceGroupName <String>
-ParentName <String>
-Name <String>
-BatchConfigurationDefinition <String>
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
New-AzIntegrationAccountBatchConfiguration
-ResourceGroupName <String>
-ParentName <String>
-Name <String>
-BatchConfigurationFilePath <String>
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
New-AzIntegrationAccountBatchConfiguration
-ParentObject <IntegrationAccount>
-Name <String>
-BatchConfigurationDefinition <String>
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
New-AzIntegrationAccountBatchConfiguration
-ParentObject <IntegrationAccount>
-Name <String>
-BatchConfigurationFilePath <String>
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
New-AzIntegrationAccountBatchConfiguration
-ParentObject <IntegrationAccount>
-Name <String>
[-BatchGroupName <String>]
[-MessageCount <Int32>]
[-BatchSize <Int32>]
[-ScheduleInterval <Int32>]
[-ScheduleFrequency <String>]
[-ScheduleTimeZone <String>]
[-ScheduleStartTime <DateTime>]
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
New-AzIntegrationAccountBatchConfiguration
-ParentResourceId <String>
-Name <String>
-BatchConfigurationDefinition <String>
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
New-AzIntegrationAccountBatchConfiguration
-ParentResourceId <String>
-Name <String>
-BatchConfigurationFilePath <String>
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
New-AzIntegrationAccountBatchConfiguration
-ParentResourceId <String>
-Name <String>
[-BatchGroupName <String>]
[-MessageCount <Int32>]
[-BatchSize <Int32>]
[-ScheduleInterval <Int32>]
[-ScheduleFrequency <String>]
[-ScheduleTimeZone <String>]
[-ScheduleStartTime <DateTime>]
[-Metadata <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Beschreibung
Das Cmdlet Get-AzIntegrationAccountBatchConfiguration erstellt eine neue Batchkonfiguration in einem Integrationskonto.
Beispiele
Beispiel 1: Erstellen einer neuen Batchkonfiguration mithilfe einer lokalen Datei
New-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 :
Erstellt eine neue Batchkonfiguration mithilfe der lokalen Datei, die sich im Dateipfad befindet, der in "$batchConfigurationFilePath" enthalten ist.
Beispiel 2: Erstellen einer neuen Batchkonfiguration mithilfe einer JSON-Zeichenfolge
New-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 :
Erstellt eine neue Batchkonfiguration mithilfe der JSON-Zeichenfolge, die in "$batchConfigurationContent" enthalten ist.
Beispiel 3: Erstellen einer neuen Batchkonfiguration mithilfe von Parametern
New-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 :
Erstellt eine neue Batchkonfiguration, indem alle erforderlichen Parameter manuell bereitgestellt werden.
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 |
-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 |
-ParentObject
Ein Integrationskontoobjekt.
Typ: | IntegrationAccount |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | True |
Platzhalterzeichen akzeptieren: | False |
-ParentResourceId
Die Batchkonfigurationsressourcen-ID des Integrationskontos.
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | True |
Platzhalterzeichen akzeptieren: | False |
-ResourceGroupName
Der Name der Ressourcengruppe.
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
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 |