1. Packages
  2. Azure Native
  3. API Docs
  4. kusto
  5. ManagedPrivateEndpoint
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

azure-native.kusto.ManagedPrivateEndpoint

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

Class representing a managed private endpoint.

Uses Azure REST API version 2024-04-13. In version 2.x of the Azure Native provider, it used API version 2022-12-29.

Other available API versions: 2021-08-27, 2022-02-01, 2022-07-07, 2022-11-11, 2022-12-29, 2023-05-02, 2023-08-15. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native kusto [ApiVersion]. See the version guide for details.

Example Usage

KustoManagedPrivateEndpointsCreateOrUpdate

using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;

return await Deployment.RunAsync(() => 
{
    var managedPrivateEndpoint = new AzureNative.Kusto.ManagedPrivateEndpoint("managedPrivateEndpoint", new()
    {
        ClusterName = "kustoCluster",
        GroupId = "blob",
        ManagedPrivateEndpointName = "managedPrivateEndpointTest",
        PrivateLinkResourceId = "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/storageAccountTest",
        RequestMessage = "Please Approve.",
        ResourceGroupName = "kustorptest",
    });

});
Copy
package main

import (
	kusto "github.com/pulumi/pulumi-azure-native-sdk/kusto/v3"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := kusto.NewManagedPrivateEndpoint(ctx, "managedPrivateEndpoint", &kusto.ManagedPrivateEndpointArgs{
			ClusterName:                pulumi.String("kustoCluster"),
			GroupId:                    pulumi.String("blob"),
			ManagedPrivateEndpointName: pulumi.String("managedPrivateEndpointTest"),
			PrivateLinkResourceId:      pulumi.String("/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/storageAccountTest"),
			RequestMessage:             pulumi.String("Please Approve."),
			ResourceGroupName:          pulumi.String("kustorptest"),
		})
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.kusto.ManagedPrivateEndpoint;
import com.pulumi.azurenative.kusto.ManagedPrivateEndpointArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        var managedPrivateEndpoint = new ManagedPrivateEndpoint("managedPrivateEndpoint", ManagedPrivateEndpointArgs.builder()
            .clusterName("kustoCluster")
            .groupId("blob")
            .managedPrivateEndpointName("managedPrivateEndpointTest")
            .privateLinkResourceId("/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/storageAccountTest")
            .requestMessage("Please Approve.")
            .resourceGroupName("kustorptest")
            .build());

    }
}
Copy
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";

const managedPrivateEndpoint = new azure_native.kusto.ManagedPrivateEndpoint("managedPrivateEndpoint", {
    clusterName: "kustoCluster",
    groupId: "blob",
    managedPrivateEndpointName: "managedPrivateEndpointTest",
    privateLinkResourceId: "/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/storageAccountTest",
    requestMessage: "Please Approve.",
    resourceGroupName: "kustorptest",
});
Copy
import pulumi
import pulumi_azure_native as azure_native

managed_private_endpoint = azure_native.kusto.ManagedPrivateEndpoint("managedPrivateEndpoint",
    cluster_name="kustoCluster",
    group_id="blob",
    managed_private_endpoint_name="managedPrivateEndpointTest",
    private_link_resource_id="/subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/storageAccountTest",
    request_message="Please Approve.",
    resource_group_name="kustorptest")
Copy
resources:
  managedPrivateEndpoint:
    type: azure-native:kusto:ManagedPrivateEndpoint
    properties:
      clusterName: kustoCluster
      groupId: blob
      managedPrivateEndpointName: managedPrivateEndpointTest
      privateLinkResourceId: /subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Storage/storageAccounts/storageAccountTest
      requestMessage: Please Approve.
      resourceGroupName: kustorptest
Copy

Create ManagedPrivateEndpoint Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new ManagedPrivateEndpoint(name: string, args: ManagedPrivateEndpointArgs, opts?: CustomResourceOptions);
@overload
def ManagedPrivateEndpoint(resource_name: str,
                           args: ManagedPrivateEndpointArgs,
                           opts: Optional[ResourceOptions] = None)

@overload
def ManagedPrivateEndpoint(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           cluster_name: Optional[str] = None,
                           group_id: Optional[str] = None,
                           private_link_resource_id: Optional[str] = None,
                           resource_group_name: Optional[str] = None,
                           managed_private_endpoint_name: Optional[str] = None,
                           private_link_resource_region: Optional[str] = None,
                           request_message: Optional[str] = None)
func NewManagedPrivateEndpoint(ctx *Context, name string, args ManagedPrivateEndpointArgs, opts ...ResourceOption) (*ManagedPrivateEndpoint, error)
public ManagedPrivateEndpoint(string name, ManagedPrivateEndpointArgs args, CustomResourceOptions? opts = null)
public ManagedPrivateEndpoint(String name, ManagedPrivateEndpointArgs args)
public ManagedPrivateEndpoint(String name, ManagedPrivateEndpointArgs args, CustomResourceOptions options)
type: azure-native:kusto:ManagedPrivateEndpoint
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. ManagedPrivateEndpointArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. ManagedPrivateEndpointArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. ManagedPrivateEndpointArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ManagedPrivateEndpointArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ManagedPrivateEndpointArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var examplemanagedPrivateEndpointResourceResourceFromKusto = new AzureNative.Kusto.ManagedPrivateEndpoint("examplemanagedPrivateEndpointResourceResourceFromKusto", new()
{
    ClusterName = "string",
    GroupId = "string",
    PrivateLinkResourceId = "string",
    ResourceGroupName = "string",
    ManagedPrivateEndpointName = "string",
    PrivateLinkResourceRegion = "string",
    RequestMessage = "string",
});
Copy
example, err := kusto.NewManagedPrivateEndpoint(ctx, "examplemanagedPrivateEndpointResourceResourceFromKusto", &kusto.ManagedPrivateEndpointArgs{
	ClusterName:                pulumi.String("string"),
	GroupId:                    pulumi.String("string"),
	PrivateLinkResourceId:      pulumi.String("string"),
	ResourceGroupName:          pulumi.String("string"),
	ManagedPrivateEndpointName: pulumi.String("string"),
	PrivateLinkResourceRegion:  pulumi.String("string"),
	RequestMessage:             pulumi.String("string"),
})
Copy
var examplemanagedPrivateEndpointResourceResourceFromKusto = new ManagedPrivateEndpoint("examplemanagedPrivateEndpointResourceResourceFromKusto", ManagedPrivateEndpointArgs.builder()
    .clusterName("string")
    .groupId("string")
    .privateLinkResourceId("string")
    .resourceGroupName("string")
    .managedPrivateEndpointName("string")
    .privateLinkResourceRegion("string")
    .requestMessage("string")
    .build());
Copy
examplemanaged_private_endpoint_resource_resource_from_kusto = azure_native.kusto.ManagedPrivateEndpoint("examplemanagedPrivateEndpointResourceResourceFromKusto",
    cluster_name="string",
    group_id="string",
    private_link_resource_id="string",
    resource_group_name="string",
    managed_private_endpoint_name="string",
    private_link_resource_region="string",
    request_message="string")
Copy
const examplemanagedPrivateEndpointResourceResourceFromKusto = new azure_native.kusto.ManagedPrivateEndpoint("examplemanagedPrivateEndpointResourceResourceFromKusto", {
    clusterName: "string",
    groupId: "string",
    privateLinkResourceId: "string",
    resourceGroupName: "string",
    managedPrivateEndpointName: "string",
    privateLinkResourceRegion: "string",
    requestMessage: "string",
});
Copy
type: azure-native:kusto:ManagedPrivateEndpoint
properties:
    clusterName: string
    groupId: string
    managedPrivateEndpointName: string
    privateLinkResourceId: string
    privateLinkResourceRegion: string
    requestMessage: string
    resourceGroupName: string
Copy

ManagedPrivateEndpoint Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The ManagedPrivateEndpoint resource accepts the following input properties:

ClusterName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Kusto cluster.
GroupId This property is required. string
The groupId in which the managed private endpoint is created.
PrivateLinkResourceId This property is required. string
The ARM resource ID of the resource for which the managed private endpoint is created.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
ManagedPrivateEndpointName Changes to this property will trigger replacement. string
The name of the managed private endpoint.
PrivateLinkResourceRegion string
The region of the resource to which the managed private endpoint is created.
RequestMessage string
The user request message.
ClusterName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Kusto cluster.
GroupId This property is required. string
The groupId in which the managed private endpoint is created.
PrivateLinkResourceId This property is required. string
The ARM resource ID of the resource for which the managed private endpoint is created.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
ManagedPrivateEndpointName Changes to this property will trigger replacement. string
The name of the managed private endpoint.
PrivateLinkResourceRegion string
The region of the resource to which the managed private endpoint is created.
RequestMessage string
The user request message.
clusterName
This property is required.
Changes to this property will trigger replacement.
String
The name of the Kusto cluster.
groupId This property is required. String
The groupId in which the managed private endpoint is created.
privateLinkResourceId This property is required. String
The ARM resource ID of the resource for which the managed private endpoint is created.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
managedPrivateEndpointName Changes to this property will trigger replacement. String
The name of the managed private endpoint.
privateLinkResourceRegion String
The region of the resource to which the managed private endpoint is created.
requestMessage String
The user request message.
clusterName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Kusto cluster.
groupId This property is required. string
The groupId in which the managed private endpoint is created.
privateLinkResourceId This property is required. string
The ARM resource ID of the resource for which the managed private endpoint is created.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
managedPrivateEndpointName Changes to this property will trigger replacement. string
The name of the managed private endpoint.
privateLinkResourceRegion string
The region of the resource to which the managed private endpoint is created.
requestMessage string
The user request message.
cluster_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the Kusto cluster.
group_id This property is required. str
The groupId in which the managed private endpoint is created.
private_link_resource_id This property is required. str
The ARM resource ID of the resource for which the managed private endpoint is created.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
managed_private_endpoint_name Changes to this property will trigger replacement. str
The name of the managed private endpoint.
private_link_resource_region str
The region of the resource to which the managed private endpoint is created.
request_message str
The user request message.
clusterName
This property is required.
Changes to this property will trigger replacement.
String
The name of the Kusto cluster.
groupId This property is required. String
The groupId in which the managed private endpoint is created.
privateLinkResourceId This property is required. String
The ARM resource ID of the resource for which the managed private endpoint is created.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
managedPrivateEndpointName Changes to this property will trigger replacement. String
The name of the managed private endpoint.
privateLinkResourceRegion String
The region of the resource to which the managed private endpoint is created.
requestMessage String
The user request message.

Outputs

All input properties are implicitly available as output properties. Additionally, the ManagedPrivateEndpoint resource produces the following output properties:

AzureApiVersion string
The Azure API version of the resource.
Id string
The provider-assigned unique ID for this managed resource.
Name string
The name of the resource
ProvisioningState string
The provisioned state of the resource.
SystemData Pulumi.AzureNative.Kusto.Outputs.SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
AzureApiVersion string
The Azure API version of the resource.
Id string
The provider-assigned unique ID for this managed resource.
Name string
The name of the resource
ProvisioningState string
The provisioned state of the resource.
SystemData SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azureApiVersion String
The Azure API version of the resource.
id String
The provider-assigned unique ID for this managed resource.
name String
The name of the resource
provisioningState String
The provisioned state of the resource.
systemData SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azureApiVersion string
The Azure API version of the resource.
id string
The provider-assigned unique ID for this managed resource.
name string
The name of the resource
provisioningState string
The provisioned state of the resource.
systemData SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azure_api_version str
The Azure API version of the resource.
id str
The provider-assigned unique ID for this managed resource.
name str
The name of the resource
provisioning_state str
The provisioned state of the resource.
system_data SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
type str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azureApiVersion String
The Azure API version of the resource.
id String
The provider-assigned unique ID for this managed resource.
name String
The name of the resource
provisioningState String
The provisioned state of the resource.
systemData Property Map
Metadata pertaining to creation and last modification of the resource.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Supporting Types

SystemDataResponse
, SystemDataResponseArgs

CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.
createdAt string
The timestamp of resource creation (UTC).
createdBy string
The identity that created the resource.
createdByType string
The type of identity that created the resource.
lastModifiedAt string
The timestamp of resource last modification (UTC)
lastModifiedBy string
The identity that last modified the resource.
lastModifiedByType string
The type of identity that last modified the resource.
created_at str
The timestamp of resource creation (UTC).
created_by str
The identity that created the resource.
created_by_type str
The type of identity that created the resource.
last_modified_at str
The timestamp of resource last modification (UTC)
last_modified_by str
The identity that last modified the resource.
last_modified_by_type str
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:kusto:ManagedPrivateEndpoint kustoCluster/KustoDatabase8/managedPrivateEndpointTest /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/managedPrivateEndpoints/{managedPrivateEndpointName} 
Copy

To learn more about importing existing cloud resources, see Importing resources.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi