New-AzIntegrationAccountBatchConfiguration
Hiermee maakt u een batchconfiguratie voor een integratieaccount.
Syntaxis
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>]
Description
De cmdlet Get-AzIntegrationAccountBatchConfiguration maakt een nieuwe batchconfiguratie in een integratieaccount.
Voorbeelden
Voorbeeld 1: Nieuwe batchconfiguratie maken met behulp van een lokaal bestand
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 :
Hiermee maakt u een nieuwe batchconfiguratie met behulp van het lokale bestand op het bestandspad in $batchConfigurationFilePath.
Voorbeeld 2: Een nieuwe batchconfiguratie maken met behulp van een JSON-tekenreeks
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 :
Hiermee maakt u een nieuwe batchconfiguratie met behulp van de JSON-tekenreeks in $batchConfigurationContent.
Voorbeeld 3: Nieuwe batchconfiguratie maken met behulp van parameters
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 :
Hiermee maakt u een nieuwe batchconfiguratie door handmatig alle benodigde parameters op te geven.
Parameters
-BatchConfigurationDefinition
De batchconfiguratiedefinitie van het integratieaccount.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-BatchConfigurationFilePath
Het pad naar het batchconfiguratiebestand van het integratieaccount.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-BatchGroupName
De naam van de batchconfiguratiegroep van het integratieaccount.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-BatchSize
De batchgrootte van de batchconfiguratie van het integratieaccount.
Type: | Int32 |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-Confirm
Hiermee wordt u gevraagd om bevestiging voordat u de cmdlet uitvoert.
Type: | SwitchParameter |
Aliassen: | cf |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-DefaultProfile
De referenties, accounts, tenants en abonnementen die worden gebruikt voor communicatie met Azure.
Type: | IAzureContextContainer |
Aliassen: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-MessageCount
Het aantal batchconfiguratieberichten van het integratieaccount.
Type: | Int32 |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-Metadata
De metagegevens van de batchconfiguratie van het integratieaccount.
Type: | Hashtable |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-Name
De naam van de batchconfiguratie van het integratieaccount.
Type: | String |
Aliassen: | BatchConfigurationName, ResourceName |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-ParentName
De naam van het integratieaccount.
Type: | String |
Aliassen: | IntegrationAccountName |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-ParentObject
Een integratieaccountobject.
Type: | IntegrationAccount |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |
-ParentResourceId
De resource-id voor de batchconfiguratie van het integratieaccount.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |
-ResourceGroupName
De naam van de resourcegroep.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-ScheduleFrequency
De frequentie van het batchconfiguratieschema voor het integratieaccount.
Type: | String |
Geaccepteerde waarden: | Month, Week, Day, Hour, Minute, Second |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-ScheduleInterval
Het interval voor het batchconfiguratieschema van het integratieaccount.
Type: | Int32 |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-ScheduleStartTime
De begintijd van het batchconfiguratieschema voor het integratieaccount.
Type: | Nullable<T>[DateTime] |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-ScheduleTimeZone
De tijdzone voor het batchconfiguratieschema van het integratieaccount.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-WhatIf
Hiermee wordt weergegeven wat er zou gebeuren als u de cmdlet uitvoert. De cmdlet wordt niet uitgevoerd.
Type: | SwitchParameter |
Aliassen: | wi |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
Invoerwaarden
Uitvoerwaarden
Azure PowerShell