Private Endpoint Connection Properties Args
data class PrivateEndpointConnectionPropertiesArgs(val groupId: Output<String>? = null, val privateEndpoint: Output<PrivateEndpointConnectionPropertiesPrivateEndpointArgs>? = null, val privateLinkServiceConnectionState: Output<PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs>? = null, val provisioningState: Output<Either<String, PrivateLinkServiceConnectionProvisioningState>>? = null) : ConvertibleToJava<PrivateEndpointConnectionPropertiesArgs>
Describes the properties of an existing Private Endpoint connection to the Azure Cognitive Search service.
Constructors
Link copied to clipboard
constructor(groupId: Output<String>? = null, privateEndpoint: Output<PrivateEndpointConnectionPropertiesPrivateEndpointArgs>? = null, privateLinkServiceConnectionState: Output<PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs>? = null, provisioningState: Output<Either<String, PrivateLinkServiceConnectionProvisioningState>>? = null)
Properties
Link copied to clipboard
The private endpoint resource from Microsoft.Network provider.
Link copied to clipboard
val privateLinkServiceConnectionState: Output<PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs>? = null
Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.
Link copied to clipboard
val provisioningState: Output<Either<String, PrivateLinkServiceConnectionProvisioningState>>? = null
The provisioning state of the private link service connection. Can be Updating, Deleting, Failed, Succeeded, or Incomplete