get Relationship
Gets information about the specified relationship. Azure REST API version: 2017-04-26.
Return
The relationship resource format.
Parameters
argument
null
suspend fun getRelationship(hubName: String, relationshipName: String, resourceGroupName: String): GetRelationshipResult
Return
The relationship resource format.
See also
Parameters
hub Name
The name of the hub.
relationship Name
The name of the relationship.
resource Group Name
The name of the resource group.
suspend fun getRelationship(argument: suspend GetRelationshipPlainArgsBuilder.() -> Unit): GetRelationshipResult
Return
The relationship resource format.
See also
Parameters
argument
Builder for com.pulumi.azurenative.customerinsights.kotlin.inputs.GetRelationshipPlainArgs.