IncidentRelationsOperations interface

Interface représentant une opération IncidentRelations.

Propriétés

createOrUpdate

Crée ou met à jour la relation d’incident.

delete

Supprime une relation pour un incident donné.

get

Obtient une relation pour un incident donné.

list

Obtient toutes les relations pour un incident donné.

Détails de la propriété

createOrUpdate

Crée ou met à jour la relation d’incident.

createOrUpdate: (resourceGroupName: string, workspaceName: string, incidentId: string, relationName: string, relation: Relation, options?: IncidentRelationsCreateOrUpdateOptionalParams) => Promise<Relation>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, incidentId: string, relationName: string, relation: Relation, options?: IncidentRelationsCreateOrUpdateOptionalParams) => Promise<Relation>

delete

Supprime une relation pour un incident donné.

delete: (resourceGroupName: string, workspaceName: string, incidentId: string, relationName: string, options?: IncidentRelationsDeleteOptionalParams) => Promise<void>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, incidentId: string, relationName: string, options?: IncidentRelationsDeleteOptionalParams) => Promise<void>

get

Obtient une relation pour un incident donné.

get: (resourceGroupName: string, workspaceName: string, incidentId: string, relationName: string, options?: IncidentRelationsGetOptionalParams) => Promise<Relation>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, incidentId: string, relationName: string, options?: IncidentRelationsGetOptionalParams) => Promise<Relation>

list

Obtient toutes les relations pour un incident donné.

list: (resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentRelationsListOptionalParams) => PagedAsyncIterableIterator<Relation, Relation[], PageSettings>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentRelationsListOptionalParams) => PagedAsyncIterableIterator<Relation, Relation[], PageSettings>