IncidentRelations interface
IncidentRelations を表すインターフェイス。
メソッド
メソッドの詳細
createOrUpdate(string, string, string, string, Relation, IncidentRelationsCreateOrUpdateOptionalParams)
インシデント関係を作成または更新します。
function createOrUpdate(resourceGroupName: string, workspaceName: string, incidentId: string, relationName: string, relation: Relation, options?: IncidentRelationsCreateOrUpdateOptionalParams): Promise<Relation>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- workspaceName
-
string
ワークスペースの名前。
- incidentId
-
string
インシデント ID
- relationName
-
string
リレーション名
- relation
- Relation
リレーションモデル
オプション パラメーター。
戻り値
Promise<Relation>
delete(string, string, string, string, IncidentRelationsDeleteOptionalParams)
インシデント関係を削除します。
function delete(resourceGroupName: string, workspaceName: string, incidentId: string, relationName: string, options?: IncidentRelationsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- workspaceName
-
string
ワークスペースの名前。
- incidentId
-
string
インシデント ID
- relationName
-
string
リレーション名
オプション パラメーター。
戻り値
Promise<void>
get(string, string, string, string, IncidentRelationsGetOptionalParams)
インシデント関係を取得します。
function get(resourceGroupName: string, workspaceName: string, incidentId: string, relationName: string, options?: IncidentRelationsGetOptionalParams): Promise<Relation>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- workspaceName
-
string
ワークスペースの名前。
- incidentId
-
string
インシデント ID
- relationName
-
string
リレーション名
オプション パラメーター。
戻り値
Promise<Relation>
list(string, string, string, IncidentRelationsListOptionalParams)
すべてのインシデント関係を取得します。
function list(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentRelationsListOptionalParams): PagedAsyncIterableIterator<Relation, Relation[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- workspaceName
-
string
ワークスペースの名前。
- incidentId
-
string
インシデント ID
オプション パラメーター。