get Relationship
Gets information about the specified relationship. Uses 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.
Parameters
hub Name
The name of the hub.
relationship Name
The name of the relationship.
resource Group Name
The name of the resource group.
See also
suspend fun getRelationship(argument: suspend GetRelationshipPlainArgsBuilder.() -> Unit): GetRelationshipResult
Return
The relationship resource format.
Parameters
argument
Builder for com.pulumi.azurenative.customerinsights.kotlin.inputs.GetRelationshipPlainArgs.