SharedPrivateLinkResourcePropertiesResponse

data class SharedPrivateLinkResourcePropertiesResponse(val groupId: String? = null, val privateLinkResourceId: String? = null, val provisioningState: String? = null, val requestMessage: String? = null, val resourceRegion: String? = null, val status: String? = null)

Describes the properties of an existing Shared Private Link Resource managed by the search service.

Constructors

constructor(groupId: String? = null, privateLinkResourceId: String? = null, provisioningState: String? = null, requestMessage: String? = null, resourceRegion: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val groupId: String? = null

The group id from the provider of resource the shared private link resource is for.

Link copied to clipboard

The resource id of the resource the shared private link resource is for.

Link copied to clipboard

The provisioning state of the shared private link resource. Valid values are Updating, Deleting, Failed, Succeeded or Incomplete.

Link copied to clipboard
val requestMessage: String? = null

The request message for requesting approval of the shared private link resource.

Link copied to clipboard
val resourceRegion: String? = null

Optional. Can be used to specify the Azure Resource Manager location of the resource to which a shared private link is to be created. This is only required for those resources whose DNS configuration are regional (such as Azure Kubernetes Service).

Link copied to clipboard
val status: String? = null

Status of the shared private link resource. Valid values are Pending, Approved, Rejected or Disconnected.