Get Shared Private Link Resource Result
data class GetSharedPrivateLinkResourceResult(val id: String, val name: String, val properties: SharedPrivateLinkResourcePropertiesResponse, val type: String)
Describes a Shared Private Link Resource managed by the Azure Cognitive Search service.
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: SharedPrivateLinkResourcePropertiesResponse, type: String)