Shared Private Link Resource Properties Args
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
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
The request message for requesting approval of the shared private link resource.
Link copied to clipboard
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.