Set-AzIntegrationAccountBatchConfiguration
統合アカウントのバッチ構成を変更します。
構文
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>]
説明
Set-AzIntegrationAccountBatchConfiguration コマンドレットは、統合アカウントのバッチ構成を変更します。
例
例 1: ローカル ファイルを使用してバッチ構成を変更する
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 :
"$batchConfigurationFilePath" に含まれるファイル パスにあるローカル ファイルを使用して、"sampleBatchConfig" という名前のバッチ構成を変更します。
例 2: JSON 文字列を使用してバッチ構成を変更する
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 :
"$batchConfigurationContent" に含まれる JSON 文字列を使用して、"sampleBatchConfig" という名前のバッチ構成を変更します。
例 3: パラメーターを使用してバッチ構成を変更する
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 :
必要なすべてのパラメーターを手動で指定して、"sampleBatchConfig" という名前のバッチ構成を変更します。
パラメーター
-BatchConfigurationDefinition
統合アカウントのバッチ構成定義。
型: | String |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-BatchConfigurationFilePath
統合アカウントのバッチ構成ファイルのパス。
型: | String |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-BatchGroupName
統合アカウントのバッチ構成グループ名。
型: | String |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-BatchSize
統合アカウントのバッチ構成バッチ サイズ。
型: | Int32 |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-Confirm
コマンドレットの実行前に確認を求めるメッセージが表示されます。
型: | SwitchParameter |
Aliases: | cf |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-DefaultProfile
Azure との通信のために使用される資格情報、アカウント、テナント、サブスクリプションです。
型: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-InputObject
統合アカウントのバッチ構成。
型: | PSIntegrationAccountBatchConfiguration |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-MessageCount
統合アカウントのバッチ構成メッセージの数。
型: | Int32 |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-Metadata
統合アカウントのバッチ構成メタデータ。
型: | Hashtable |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-Name
統合アカウントのバッチ構成名。
型: | String |
Aliases: | BatchConfigurationName, ResourceName |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-ParentName
統合アカウント名。
型: | String |
Aliases: | IntegrationAccountName |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-ResourceGroupName
リソース グループ名。
型: | String |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-ResourceId
統合アカウントのバッチ構成リソース ID。
型: | String |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-ScheduleFrequency
統合アカウントのバッチ構成スケジュールの頻度。
型: | String |
指定可能な値: | Month, Week, Day, Hour, Minute, Second |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-ScheduleInterval
統合アカウントのバッチ構成スケジュール間隔。
型: | Int32 |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-ScheduleStartTime
統合アカウントのバッチ構成スケジュールの開始時刻。
型: | Nullable<T>[DateTime] |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-ScheduleTimeZone
統合アカウントのバッチ構成スケジュールのタイム ゾーン。
型: | String |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-WhatIf
コマンドレットの実行時に発生する内容を示します。 このコマンドレットは実行されません。
型: | SwitchParameter |
Aliases: | wi |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
入力
PSIntegrationAccountBatchConfiguration
出力
Azure PowerShell