SharedPrivateLinkResourcePropertiesArgs

data class SharedPrivateLinkResourcePropertiesArgs(val groupId: Output<String>? = null, val privateLinkResourceId: Output<String>? = null, val provisioningState: Output<SharedPrivateLinkResourceProvisioningState>? = null, val requestMessage: Output<String>? = null, val resourceRegion: Output<String>? = null, val status: Output<SharedPrivateLinkResourceStatus>? = null) : ConvertibleToJava<SharedPrivateLinkResourcePropertiesArgs>

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

Constructors

Link copied to clipboard
constructor(groupId: Output<String>? = null, privateLinkResourceId: Output<String>? = null, provisioningState: Output<SharedPrivateLinkResourceProvisioningState>? = null, requestMessage: Output<String>? = null, resourceRegion: Output<String>? = null, status: Output<SharedPrivateLinkResourceStatus>? = null)

Properties

Link copied to clipboard
val groupId: Output<String>? = null

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

Link copied to clipboard
val privateLinkResourceId: Output<String>? = null

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: Output<String>? = null

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

Link copied to clipboard
val resourceRegion: Output<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

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

Functions

Link copied to clipboard
open override fun toJava(): SharedPrivateLinkResourcePropertiesArgs