get Incident Relation
Gets an incident relation. API Version: 2021-03-01-preview.
Return
Represents a relation between two resources
Parameters
argument
null
suspend fun getIncidentRelation(incidentId: String, operationalInsightsResourceProvider: String, relationName: String, resourceGroupName: String, workspaceName: String): GetIncidentRelationResult
Return
Represents a relation between two resources
Parameters
incident Id
Incident ID
operational Insights Resource Provider
The namespace of workspaces resource provider- Microsoft.OperationalInsights.
relation Name
Relation Name
resource Group Name
The name of the resource group. The name is case insensitive.
workspace Name
The name of the workspace.
See also
suspend fun getIncidentRelation(argument: suspend GetIncidentRelationPlainArgsBuilder.() -> Unit): GetIncidentRelationResult
Return
Represents a relation between two resources
Parameters
argument
Builder for com.pulumi.azurenative.securityinsights.kotlin.inputs.GetIncidentRelationPlainArgs.