Shared Private Link Resource Response
data class SharedPrivateLinkResourceResponse(val id: String, val name: String, val properties: SharedPrivateLinkResourcePropertiesResponse? = null, val type: String)
Describes a Shared Private Link Resource managed by the search service.
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: SharedPrivateLinkResourcePropertiesResponse? = null, type: String)