get Relationship Link
Gets information about the specified relationship Link. Uses Azure REST API version 2017-04-26.
Return
The relationship link resource format.
Parameters
argument
null
suspend fun getRelationshipLink(hubName: String, relationshipLinkName: String, resourceGroupName: String): GetRelationshipLinkResult
Return
The relationship link resource format.
Parameters
hub Name
The name of the hub.
relationship Link Name
The name of the relationship link.
resource Group Name
The name of the resource group.
See also
suspend fun getRelationshipLink(argument: suspend GetRelationshipLinkPlainArgsBuilder.() -> Unit): GetRelationshipLinkResult
Return
The relationship link resource format.
Parameters
argument
Builder for com.pulumi.azurenative.customerinsights.kotlin.inputs.GetRelationshipLinkPlainArgs.