IncidentRelationsOperations interface
Schnittstelle, die eine IncidentRelations-Operation darstellt.
Eigenschaften
| create |
Erstellt oder aktualisiert die Vorfallbeziehung. |
| delete | Löscht eine Beziehung für einen bestimmten Vorfall. |
| get | Ruft eine Beziehung für einen bestimmten Vorfall ab. |
| list | Ruft alle Beziehungen für einen bestimmten Vorfall ab. |
Details zur Eigenschaft
createOrUpdate
Erstellt oder aktualisiert die Vorfallbeziehung.
createOrUpdate: (resourceGroupName: string, workspaceName: string, incidentId: string, relationName: string, relation: Relation, options?: IncidentRelationsCreateOrUpdateOptionalParams) => Promise<Relation>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, incidentId: string, relationName: string, relation: Relation, options?: IncidentRelationsCreateOrUpdateOptionalParams) => Promise<Relation>
delete
Löscht eine Beziehung für einen bestimmten Vorfall.
delete: (resourceGroupName: string, workspaceName: string, incidentId: string, relationName: string, options?: IncidentRelationsDeleteOptionalParams) => Promise<void>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, incidentId: string, relationName: string, options?: IncidentRelationsDeleteOptionalParams) => Promise<void>
get
Ruft eine Beziehung für einen bestimmten Vorfall ab.
get: (resourceGroupName: string, workspaceName: string, incidentId: string, relationName: string, options?: IncidentRelationsGetOptionalParams) => Promise<Relation>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, incidentId: string, relationName: string, options?: IncidentRelationsGetOptionalParams) => Promise<Relation>
list
Ruft alle Beziehungen für einen bestimmten Vorfall ab.
list: (resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentRelationsListOptionalParams) => PagedAsyncIterableIterator<Relation, Relation[], PageSettings>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentRelationsListOptionalParams) => PagedAsyncIterableIterator<Relation, Relation[], PageSettings>