MonitorItsmReceiver(String, String, String, String, AzureLocation) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
MonitorItsmReceiver の新しいインスタンスを初期化します。
public MonitorItsmReceiver (string name, string workspaceId, string connectionId, string ticketConfiguration, Azure.Core.AzureLocation region);
new Azure.ResourceManager.Monitor.Models.MonitorItsmReceiver : string * string * string * string * Azure.Core.AzureLocation -> Azure.ResourceManager.Monitor.Models.MonitorItsmReceiver
Public Sub New (name As String, workspaceId As String, connectionId As String, ticketConfiguration As String, region As AzureLocation)
パラメーター
- name
- String
Itsm レシーバーの名前。 名前は、アクション グループ内のすべての受信者で一意である必要があります。
- workspaceId
- String
OMS LA インスタンス識別子。
- connectionId
- String
上記のワークスペースで定義されている複数の間の ITSM 接続の一意の識別。
- ticketConfiguration
- String
ITSM アクションの構成用の JSON BLOB。 CreateMultipleWorkItems オプションもこの BLOB の一部になります。
- region
- AzureLocation
ワークスペースが存在するリージョン。 サポートされている値:'centralindia'、'japaneast'、'southeastasia'、'australiasoutheast'、'uksouth'、'westcentralus'、'canadacentral'、'eastus'、'westeurope'。
例外
name
、workspaceId
、connectionId
、または ticketConfiguration
が null です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET