Azure PowerShell for AzureStack の Add-AzsUsageConnection コマンドレットについて
ブログ エントリ内にアフィリエイト広告が含まれています
Add-AzsUsageConnection コマンドレットに関するヘルプ情報について、「Get-Help」コマンドレットの -Full オプションを用いて実行した結果を編集、意訳しています。
※Azure PowerShell for AzureStack v1.2.10 で確認
Add-AzsUsageConnection コマンドレットについて
名前
Add-AzsUsageConnection
構文
Add-AzsUsageConnection -Name <string> -ResourceGroupName <string> -ArmLocation <string> -ProviderLocation <string> -ProviderNamespace <string> -UsageStorageConnectionString <string> -UsageReportingQueue <string> -UsageReportingTable <string> -ErrorReportingQueue <string> -ErrorReportingTable <string> [-WhatIf] [-Confirm] [<CommonParameters>] |
エイリアス
Add-AzureRmUsageConnection
パラメーター
-ArmLocation <string>
必須 | true |
位置 | named |
パイプライン入力を許可する | false |
パラメーター セット名 | (All) |
エイリアス | None |
動的 | false |
-Confirm
必須 | false |
位置 | named |
パイプライン入力を許可する | false |
パラメーター セット名 | (All) |
エイリアス | cf |
動的 | false |
-ErrorReportingQueue <string>
必須 | true |
位置 | named |
パイプライン入力を許可する | true (ByPropertyName) |
パラメーター セット名 | (All) |
エイリアス | None |
動的 | false |
-ErrorReportingTable <string>
必須 | true |
位置 | named |
パイプライン入力を許可する | true (ByPropertyName) |
パラメーター セット名 | (All) |
エイリアス | None |
動的 | false |
-Name <string>
必須 | true |
位置 | named |
パイプライン入力を許可する | true (ByPropertyName) |
パラメーター セット名 | (All) |
エイリアス | None |
動的 | false |
-ProviderLocation <string>
必須 | true |
位置 | named |
パイプライン入力を許可する | true (ByPropertyName) |
パラメーター セット名 | (All) |
エイリアス | None |
動的 | false |
-ProviderNamespace <string>
必須 | true |
位置 | named |
パイプライン入力を許可する | true (ByPropertyName) |
パラメーター セット名 | (All) |
エイリアス | None |
動的 | false |
-ResourceGroupName <string>
必須 | true |
位置 | named |
パイプライン入力を許可する | true (ByPropertyName) |
パラメーター セット名 | (All) |
エイリアス | ResourceGroup |
動的 | false |
-UsageReportingQueue <string>
必須 | true |
位置 | named |
パイプライン入力を許可する | true (ByPropertyName) |
パラメーター セット名 | (All) |
エイリアス | None |
動的 | false |
-UsageReportingTable <string>
必須 | true |
位置 | named |
パイプライン入力を許可する | true (ByPropertyName) |
パラメーター セット名 | (All) |
エイリアス | None |
動的 | false |
-UsageStorageConnectionString <string>
必須 | true |
位置 | named |
パイプライン入力を許可する | true (ByPropertyName) |
パラメーター セット名 | (All) |
エイリアス | None |
動的 | false |
-WhatIf
必須 | false |
位置 | named |
パイプライン入力を許可する | false |
パラメーター セット名 | (All) |
エイリアス | wi |
動的 | false |
<CommonParameters>
このコマンドレットは、次の共通パラメーターをサポートします: -Verbose、-Debug、-ErrorAction、-ErrorVariable、-WarningAction、-WarningVariable、-OutBuffer、-PipelineVariable、および -OutVariable。詳細については、about_CommonParameters を参照してください。
入力
出力
- Microsoft.AzureStack.Management.Models.UsageConnectionModel
備考
参考