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
fun PrivateEndpointConnectionPropertiesArgs(groupId: Output<String>? = null, privateEndpoint: Output<PrivateEndpointConnectionPropertiesPrivateEndpointArgs>? = null, privateLinkServiceConnectionState: Output<PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs>? = null, provisioningState: Output<Either<String, PrivateLinkServiceConnectionProvisioningState>>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
val provisioningState: Output<Either<String, PrivateLinkServiceConnectionProvisioningState>>? = null