This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
azure-native.kusto.getCluster
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 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
Gets a Kusto cluster.
Uses Azure REST API version 2022-12-29.
Other available API versions: 2022-07-07, 2023-05-02, 2023-08-15, 2024-04-13.
Using getCluster
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCluster(args: GetClusterArgs, opts?: InvokeOptions): Promise<GetClusterResult>
function getClusterOutput(args: GetClusterOutputArgs, opts?: InvokeOptions): Output<GetClusterResult>def get_cluster(cluster_name: Optional[str] = None,
                resource_group_name: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetClusterResult
def get_cluster_output(cluster_name: Optional[pulumi.Input[str]] = None,
                resource_group_name: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetClusterResult]func LookupCluster(ctx *Context, args *LookupClusterArgs, opts ...InvokeOption) (*LookupClusterResult, error)
func LookupClusterOutput(ctx *Context, args *LookupClusterOutputArgs, opts ...InvokeOption) LookupClusterResultOutput> Note: This function is named LookupCluster in the Go SDK.
public static class GetCluster 
{
    public static Task<GetClusterResult> InvokeAsync(GetClusterArgs args, InvokeOptions? opts = null)
    public static Output<GetClusterResult> Invoke(GetClusterInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetClusterResult> getCluster(GetClusterArgs args, InvokeOptions options)
public static Output<GetClusterResult> getCluster(GetClusterArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:kusto:getCluster
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ClusterName string
- The name of the Kusto cluster.
- ResourceGroup stringName 
- The name of the resource group containing the Kusto cluster.
- ClusterName string
- The name of the Kusto cluster.
- ResourceGroup stringName 
- The name of the resource group containing the Kusto cluster.
- clusterName String
- The name of the Kusto cluster.
- resourceGroup StringName 
- The name of the resource group containing the Kusto cluster.
- clusterName string
- The name of the Kusto cluster.
- resourceGroup stringName 
- The name of the resource group containing the Kusto cluster.
- cluster_name str
- The name of the Kusto cluster.
- resource_group_ strname 
- The name of the resource group containing the Kusto cluster.
- clusterName String
- The name of the Kusto cluster.
- resourceGroup StringName 
- The name of the resource group containing the Kusto cluster.
getCluster Result
The following output properties are available:
- DataIngestion stringUri 
- The cluster data ingestion URI.
- Etag string
- A unique read-only string that changes whenever the resource is updated.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- PrivateEndpoint List<Pulumi.Connections Azure Native. Kusto. Outputs. Private Endpoint Connection Response> 
- A list of private endpoint connections.
- ProvisioningState string
- The provisioned state of the resource.
- Sku
Pulumi.Azure Native. Kusto. Outputs. Azure Sku Response 
- The SKU of the cluster.
- State string
- The state of the resource.
- StateReason string
- The reason for the cluster's current state.
- SystemData Pulumi.Azure Native. Kusto. Outputs. System Data Response 
- 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"
- Uri string
- The cluster URI.
- AcceptedAudiences List<Pulumi.Azure Native. Kusto. Outputs. Accepted Audiences Response> 
- The cluster's accepted audiences.
- AllowedFqdn List<string>List 
- List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster.
- AllowedIp List<string>Range List 
- The list of ips in the format of CIDR allowed to connect to the cluster.
- EnableAuto boolStop 
- A boolean value that indicates if the cluster could be automatically stopped (due to lack of data or no activity for many days).
- EnableDisk boolEncryption 
- A boolean value that indicates if the cluster's disks are encrypted.
- EnableDouble boolEncryption 
- A boolean value that indicates if double encryption is enabled.
- EnablePurge bool
- A boolean value that indicates if the purge operations are enabled.
- EnableStreaming boolIngest 
- A boolean value that indicates if the streaming ingest is enabled.
- EngineType string
- The engine type
- Identity
Pulumi.Azure Native. Kusto. Outputs. Identity Response 
- The identity of the cluster, if configured.
- KeyVault Pulumi.Properties Azure Native. Kusto. Outputs. Key Vault Properties Response 
- KeyVault properties for the cluster encryption.
- LanguageExtensions Pulumi.Azure Native. Kusto. Outputs. Language Extensions List Response 
- List of the cluster's language extensions.
- OptimizedAutoscale Pulumi.Azure Native. Kusto. Outputs. Optimized Autoscale Response 
- Optimized auto scale definition.
- PublicIPType string
- Indicates what public IP type to create - IPv4 (default), or DualStack (both IPv4 and IPv6)
- PublicNetwork stringAccess 
- Public network access to the cluster is enabled by default. When disabled, only private endpoint connection to the cluster is allowed
- RestrictOutbound stringNetwork Access 
- Whether or not to restrict outbound network access. Value is optional but if passed in, must be 'Enabled' or 'Disabled'
- Dictionary<string, string>
- Resource tags.
- TrustedExternal List<Pulumi.Tenants Azure Native. Kusto. Outputs. Trusted External Tenant Response> 
- The cluster's external tenants.
- VirtualNetwork Pulumi.Configuration Azure Native. Kusto. Outputs. Virtual Network Configuration Response 
- Virtual network definition.
- Zones List<string>
- The availability zones of the cluster.
- DataIngestion stringUri 
- The cluster data ingestion URI.
- Etag string
- A unique read-only string that changes whenever the resource is updated.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- PrivateEndpoint []PrivateConnections Endpoint Connection Response 
- A list of private endpoint connections.
- ProvisioningState string
- The provisioned state of the resource.
- Sku
AzureSku Response 
- The SKU of the cluster.
- State string
- The state of the resource.
- StateReason string
- The reason for the cluster's current state.
- SystemData SystemData Response 
- 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"
- Uri string
- The cluster URI.
- AcceptedAudiences []AcceptedAudiences Response 
- The cluster's accepted audiences.
- AllowedFqdn []stringList 
- List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster.
- AllowedIp []stringRange List 
- The list of ips in the format of CIDR allowed to connect to the cluster.
- EnableAuto boolStop 
- A boolean value that indicates if the cluster could be automatically stopped (due to lack of data or no activity for many days).
- EnableDisk boolEncryption 
- A boolean value that indicates if the cluster's disks are encrypted.
- EnableDouble boolEncryption 
- A boolean value that indicates if double encryption is enabled.
- EnablePurge bool
- A boolean value that indicates if the purge operations are enabled.
- EnableStreaming boolIngest 
- A boolean value that indicates if the streaming ingest is enabled.
- EngineType string
- The engine type
- Identity
IdentityResponse 
- The identity of the cluster, if configured.
- KeyVault KeyProperties Vault Properties Response 
- KeyVault properties for the cluster encryption.
- LanguageExtensions LanguageExtensions List Response 
- List of the cluster's language extensions.
- OptimizedAutoscale OptimizedAutoscale Response 
- Optimized auto scale definition.
- PublicIPType string
- Indicates what public IP type to create - IPv4 (default), or DualStack (both IPv4 and IPv6)
- PublicNetwork stringAccess 
- Public network access to the cluster is enabled by default. When disabled, only private endpoint connection to the cluster is allowed
- RestrictOutbound stringNetwork Access 
- Whether or not to restrict outbound network access. Value is optional but if passed in, must be 'Enabled' or 'Disabled'
- map[string]string
- Resource tags.
- TrustedExternal []TrustedTenants External Tenant Response 
- The cluster's external tenants.
- VirtualNetwork VirtualConfiguration Network Configuration Response 
- Virtual network definition.
- Zones []string
- The availability zones of the cluster.
- dataIngestion StringUri 
- The cluster data ingestion URI.
- etag String
- A unique read-only string that changes whenever the resource is updated.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- privateEndpoint List<PrivateConnections Endpoint Connection Response> 
- A list of private endpoint connections.
- provisioningState String
- The provisioned state of the resource.
- sku
AzureSku Response 
- The SKU of the cluster.
- state String
- The state of the resource.
- stateReason String
- The reason for the cluster's current state.
- systemData SystemData Response 
- 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"
- uri String
- The cluster URI.
- acceptedAudiences List<AcceptedAudiences Response> 
- The cluster's accepted audiences.
- allowedFqdn List<String>List 
- List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster.
- allowedIp List<String>Range List 
- The list of ips in the format of CIDR allowed to connect to the cluster.
- enableAuto BooleanStop 
- A boolean value that indicates if the cluster could be automatically stopped (due to lack of data or no activity for many days).
- enableDisk BooleanEncryption 
- A boolean value that indicates if the cluster's disks are encrypted.
- enableDouble BooleanEncryption 
- A boolean value that indicates if double encryption is enabled.
- enablePurge Boolean
- A boolean value that indicates if the purge operations are enabled.
- enableStreaming BooleanIngest 
- A boolean value that indicates if the streaming ingest is enabled.
- engineType String
- The engine type
- identity
IdentityResponse 
- The identity of the cluster, if configured.
- keyVault KeyProperties Vault Properties Response 
- KeyVault properties for the cluster encryption.
- languageExtensions LanguageExtensions List Response 
- List of the cluster's language extensions.
- optimizedAutoscale OptimizedAutoscale Response 
- Optimized auto scale definition.
- publicIPType String
- Indicates what public IP type to create - IPv4 (default), or DualStack (both IPv4 and IPv6)
- publicNetwork StringAccess 
- Public network access to the cluster is enabled by default. When disabled, only private endpoint connection to the cluster is allowed
- restrictOutbound StringNetwork Access 
- Whether or not to restrict outbound network access. Value is optional but if passed in, must be 'Enabled' or 'Disabled'
- Map<String,String>
- Resource tags.
- trustedExternal List<TrustedTenants External Tenant Response> 
- The cluster's external tenants.
- virtualNetwork VirtualConfiguration Network Configuration Response 
- Virtual network definition.
- zones List<String>
- The availability zones of the cluster.
- dataIngestion stringUri 
- The cluster data ingestion URI.
- etag string
- A unique read-only string that changes whenever the resource is updated.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location string
- The geo-location where the resource lives
- name string
- The name of the resource
- privateEndpoint PrivateConnections Endpoint Connection Response[] 
- A list of private endpoint connections.
- provisioningState string
- The provisioned state of the resource.
- sku
AzureSku Response 
- The SKU of the cluster.
- state string
- The state of the resource.
- stateReason string
- The reason for the cluster's current state.
- systemData SystemData Response 
- 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"
- uri string
- The cluster URI.
- acceptedAudiences AcceptedAudiences Response[] 
- The cluster's accepted audiences.
- allowedFqdn string[]List 
- List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster.
- allowedIp string[]Range List 
- The list of ips in the format of CIDR allowed to connect to the cluster.
- enableAuto booleanStop 
- A boolean value that indicates if the cluster could be automatically stopped (due to lack of data or no activity for many days).
- enableDisk booleanEncryption 
- A boolean value that indicates if the cluster's disks are encrypted.
- enableDouble booleanEncryption 
- A boolean value that indicates if double encryption is enabled.
- enablePurge boolean
- A boolean value that indicates if the purge operations are enabled.
- enableStreaming booleanIngest 
- A boolean value that indicates if the streaming ingest is enabled.
- engineType string
- The engine type
- identity
IdentityResponse 
- The identity of the cluster, if configured.
- keyVault KeyProperties Vault Properties Response 
- KeyVault properties for the cluster encryption.
- languageExtensions LanguageExtensions List Response 
- List of the cluster's language extensions.
- optimizedAutoscale OptimizedAutoscale Response 
- Optimized auto scale definition.
- publicIPType string
- Indicates what public IP type to create - IPv4 (default), or DualStack (both IPv4 and IPv6)
- publicNetwork stringAccess 
- Public network access to the cluster is enabled by default. When disabled, only private endpoint connection to the cluster is allowed
- restrictOutbound stringNetwork Access 
- Whether or not to restrict outbound network access. Value is optional but if passed in, must be 'Enabled' or 'Disabled'
- {[key: string]: string}
- Resource tags.
- trustedExternal TrustedTenants External Tenant Response[] 
- The cluster's external tenants.
- virtualNetwork VirtualConfiguration Network Configuration Response 
- Virtual network definition.
- zones string[]
- The availability zones of the cluster.
- data_ingestion_ struri 
- The cluster data ingestion URI.
- etag str
- A unique read-only string that changes whenever the resource is updated.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location str
- The geo-location where the resource lives
- name str
- The name of the resource
- private_endpoint_ Sequence[Privateconnections Endpoint Connection Response] 
- A list of private endpoint connections.
- provisioning_state str
- The provisioned state of the resource.
- sku
AzureSku Response 
- The SKU of the cluster.
- state str
- The state of the resource.
- state_reason str
- The reason for the cluster's current state.
- system_data SystemData Response 
- 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"
- uri str
- The cluster URI.
- accepted_audiences Sequence[AcceptedAudiences Response] 
- The cluster's accepted audiences.
- allowed_fqdn_ Sequence[str]list 
- List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster.
- allowed_ip_ Sequence[str]range_ list 
- The list of ips in the format of CIDR allowed to connect to the cluster.
- enable_auto_ boolstop 
- A boolean value that indicates if the cluster could be automatically stopped (due to lack of data or no activity for many days).
- enable_disk_ boolencryption 
- A boolean value that indicates if the cluster's disks are encrypted.
- enable_double_ boolencryption 
- A boolean value that indicates if double encryption is enabled.
- enable_purge bool
- A boolean value that indicates if the purge operations are enabled.
- enable_streaming_ boolingest 
- A boolean value that indicates if the streaming ingest is enabled.
- engine_type str
- The engine type
- identity
IdentityResponse 
- The identity of the cluster, if configured.
- key_vault_ Keyproperties Vault Properties Response 
- KeyVault properties for the cluster encryption.
- language_extensions LanguageExtensions List Response 
- List of the cluster's language extensions.
- optimized_autoscale OptimizedAutoscale Response 
- Optimized auto scale definition.
- public_ip_ strtype 
- Indicates what public IP type to create - IPv4 (default), or DualStack (both IPv4 and IPv6)
- public_network_ straccess 
- Public network access to the cluster is enabled by default. When disabled, only private endpoint connection to the cluster is allowed
- restrict_outbound_ strnetwork_ access 
- Whether or not to restrict outbound network access. Value is optional but if passed in, must be 'Enabled' or 'Disabled'
- Mapping[str, str]
- Resource tags.
- trusted_external_ Sequence[Trustedtenants External Tenant Response] 
- The cluster's external tenants.
- virtual_network_ Virtualconfiguration Network Configuration Response 
- Virtual network definition.
- zones Sequence[str]
- The availability zones of the cluster.
- dataIngestion StringUri 
- The cluster data ingestion URI.
- etag String
- A unique read-only string that changes whenever the resource is updated.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- privateEndpoint List<Property Map>Connections 
- A list of private endpoint connections.
- provisioningState String
- The provisioned state of the resource.
- sku Property Map
- The SKU of the cluster.
- state String
- The state of the resource.
- stateReason String
- The reason for the cluster's current state.
- 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"
- uri String
- The cluster URI.
- acceptedAudiences List<Property Map>
- The cluster's accepted audiences.
- allowedFqdn List<String>List 
- List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster.
- allowedIp List<String>Range List 
- The list of ips in the format of CIDR allowed to connect to the cluster.
- enableAuto BooleanStop 
- A boolean value that indicates if the cluster could be automatically stopped (due to lack of data or no activity for many days).
- enableDisk BooleanEncryption 
- A boolean value that indicates if the cluster's disks are encrypted.
- enableDouble BooleanEncryption 
- A boolean value that indicates if double encryption is enabled.
- enablePurge Boolean
- A boolean value that indicates if the purge operations are enabled.
- enableStreaming BooleanIngest 
- A boolean value that indicates if the streaming ingest is enabled.
- engineType String
- The engine type
- identity Property Map
- The identity of the cluster, if configured.
- keyVault Property MapProperties 
- KeyVault properties for the cluster encryption.
- languageExtensions Property Map
- List of the cluster's language extensions.
- optimizedAutoscale Property Map
- Optimized auto scale definition.
- publicIPType String
- Indicates what public IP type to create - IPv4 (default), or DualStack (both IPv4 and IPv6)
- publicNetwork StringAccess 
- Public network access to the cluster is enabled by default. When disabled, only private endpoint connection to the cluster is allowed
- restrictOutbound StringNetwork Access 
- Whether or not to restrict outbound network access. Value is optional but if passed in, must be 'Enabled' or 'Disabled'
- Map<String>
- Resource tags.
- trustedExternal List<Property Map>Tenants 
- The cluster's external tenants.
- virtualNetwork Property MapConfiguration 
- Virtual network definition.
- zones List<String>
- The availability zones of the cluster.
Supporting Types
AcceptedAudiencesResponse  
- Value string
- GUID or valid URL representing an accepted audience.
- Value string
- GUID or valid URL representing an accepted audience.
- value String
- GUID or valid URL representing an accepted audience.
- value string
- GUID or valid URL representing an accepted audience.
- value str
- GUID or valid URL representing an accepted audience.
- value String
- GUID or valid URL representing an accepted audience.
AzureSkuResponse  
IdentityResponse 
- PrincipalId string
- The principal ID of resource identity.
- TenantId string
- The tenant ID of resource.
- Type string
- The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove all identities.
- UserAssigned Dictionary<string, Pulumi.Identities Azure Native. Kusto. Inputs. Identity Response User Assigned Identities> 
- The list of user identities associated with the Kusto cluster. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
- PrincipalId string
- The principal ID of resource identity.
- TenantId string
- The tenant ID of resource.
- Type string
- The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove all identities.
- UserAssigned map[string]IdentityIdentities Response User Assigned Identities 
- The list of user identities associated with the Kusto cluster. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
- principalId String
- The principal ID of resource identity.
- tenantId String
- The tenant ID of resource.
- type String
- The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove all identities.
- userAssigned Map<String,IdentityIdentities Response User Assigned Identities> 
- The list of user identities associated with the Kusto cluster. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
- principalId string
- The principal ID of resource identity.
- tenantId string
- The tenant ID of resource.
- type string
- The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove all identities.
- userAssigned {[key: string]: IdentityIdentities Response User Assigned Identities} 
- The list of user identities associated with the Kusto cluster. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
- principal_id str
- The principal ID of resource identity.
- tenant_id str
- The tenant ID of resource.
- type str
- The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove all identities.
- user_assigned_ Mapping[str, Identityidentities Response User Assigned Identities] 
- The list of user identities associated with the Kusto cluster. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
- principalId String
- The principal ID of resource identity.
- tenantId String
- The tenant ID of resource.
- type String
- The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove all identities.
- userAssigned Map<Property Map>Identities 
- The list of user identities associated with the Kusto cluster. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
IdentityResponseUserAssignedIdentities    
- ClientId string
- The client id of user assigned identity.
- PrincipalId string
- The principal id of user assigned identity.
- ClientId string
- The client id of user assigned identity.
- PrincipalId string
- The principal id of user assigned identity.
- clientId String
- The client id of user assigned identity.
- principalId String
- The principal id of user assigned identity.
- clientId string
- The client id of user assigned identity.
- principalId string
- The principal id of user assigned identity.
- client_id str
- The client id of user assigned identity.
- principal_id str
- The principal id of user assigned identity.
- clientId String
- The client id of user assigned identity.
- principalId String
- The principal id of user assigned identity.
KeyVaultPropertiesResponse   
- KeyName string
- The name of the key vault key.
- KeyVault stringUri 
- The Uri of the key vault.
- KeyVersion string
- The version of the key vault key.
- UserIdentity string
- The user assigned identity (ARM resource id) that has access to the key.
- KeyName string
- The name of the key vault key.
- KeyVault stringUri 
- The Uri of the key vault.
- KeyVersion string
- The version of the key vault key.
- UserIdentity string
- The user assigned identity (ARM resource id) that has access to the key.
- keyName String
- The name of the key vault key.
- keyVault StringUri 
- The Uri of the key vault.
- keyVersion String
- The version of the key vault key.
- userIdentity String
- The user assigned identity (ARM resource id) that has access to the key.
- keyName string
- The name of the key vault key.
- keyVault stringUri 
- The Uri of the key vault.
- keyVersion string
- The version of the key vault key.
- userIdentity string
- The user assigned identity (ARM resource id) that has access to the key.
- key_name str
- The name of the key vault key.
- key_vault_ struri 
- The Uri of the key vault.
- key_version str
- The version of the key vault key.
- user_identity str
- The user assigned identity (ARM resource id) that has access to the key.
- keyName String
- The name of the key vault key.
- keyVault StringUri 
- The Uri of the key vault.
- keyVersion String
- The version of the key vault key.
- userIdentity String
- The user assigned identity (ARM resource id) that has access to the key.
LanguageExtensionResponse  
- LanguageExtension stringImage Name 
- The language extension image name.
- LanguageExtension stringName 
- The language extension name.
- LanguageExtension stringImage Name 
- The language extension image name.
- LanguageExtension stringName 
- The language extension name.
- languageExtension StringImage Name 
- The language extension image name.
- languageExtension StringName 
- The language extension name.
- languageExtension stringImage Name 
- The language extension image name.
- languageExtension stringName 
- The language extension name.
- language_extension_ strimage_ name 
- The language extension image name.
- language_extension_ strname 
- The language extension name.
- languageExtension StringImage Name 
- The language extension image name.
- languageExtension StringName 
- The language extension name.
LanguageExtensionsListResponse   
- Value
List<Pulumi.Azure Native. Kusto. Inputs. Language Extension Response> 
- The list of language extensions.
- Value
[]LanguageExtension Response 
- The list of language extensions.
- value
List<LanguageExtension Response> 
- The list of language extensions.
- value
LanguageExtension Response[] 
- The list of language extensions.
- value
Sequence[LanguageExtension Response] 
- The list of language extensions.
- value List<Property Map>
- The list of language extensions.
OptimizedAutoscaleResponse  
- is_enabled bool
- A boolean value that indicate if the optimized autoscale feature is enabled or not.
- maximum int
- Maximum allowed instances count.
- minimum int
- Minimum allowed instances count.
- version int
- The version of the template defined, for instance 1.
PrivateEndpointConnectionResponse   
- GroupId string
- Group id of the private endpoint.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- PrivateEndpoint Pulumi.Azure Native. Kusto. Inputs. Private Endpoint Property Response 
- Private endpoint which the connection belongs to.
- PrivateLink Pulumi.Service Connection State Azure Native. Kusto. Inputs. Private Link Service Connection State Property Response 
- Connection State of the Private Endpoint Connection.
- ProvisioningState string
- Provisioning state of the private endpoint.
- SystemData Pulumi.Azure Native. Kusto. Inputs. System Data Response 
- 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"
- GroupId string
- Group id of the private endpoint.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- PrivateEndpoint PrivateEndpoint Property Response 
- Private endpoint which the connection belongs to.
- PrivateLink PrivateService Connection State Link Service Connection State Property Response 
- Connection State of the Private Endpoint Connection.
- ProvisioningState string
- Provisioning state of the private endpoint.
- SystemData SystemData Response 
- 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"
- groupId String
- Group id of the private endpoint.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- privateEndpoint PrivateEndpoint Property Response 
- Private endpoint which the connection belongs to.
- privateLink PrivateService Connection State Link Service Connection State Property Response 
- Connection State of the Private Endpoint Connection.
- provisioningState String
- Provisioning state of the private endpoint.
- systemData SystemData Response 
- 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"
- groupId string
- Group id of the private endpoint.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name string
- The name of the resource
- privateEndpoint PrivateEndpoint Property Response 
- Private endpoint which the connection belongs to.
- privateLink PrivateService Connection State Link Service Connection State Property Response 
- Connection State of the Private Endpoint Connection.
- provisioningState string
- Provisioning state of the private endpoint.
- systemData SystemData Response 
- 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"
- group_id str
- Group id of the private endpoint.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name str
- The name of the resource
- private_endpoint PrivateEndpoint Property Response 
- Private endpoint which the connection belongs to.
- private_link_ Privateservice_ connection_ state Link Service Connection State Property Response 
- Connection State of the Private Endpoint Connection.
- provisioning_state str
- Provisioning state of the private endpoint.
- system_data SystemData Response 
- 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"
- groupId String
- Group id of the private endpoint.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- privateEndpoint Property Map
- Private endpoint which the connection belongs to.
- privateLink Property MapService Connection State 
- Connection State of the Private Endpoint Connection.
- provisioningState String
- Provisioning state of the private endpoint.
- 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"
PrivateEndpointPropertyResponse   
- Id string
- Resource id of the private endpoint.
- Id string
- Resource id of the private endpoint.
- id String
- Resource id of the private endpoint.
- id string
- Resource id of the private endpoint.
- id str
- Resource id of the private endpoint.
- id String
- Resource id of the private endpoint.
PrivateLinkServiceConnectionStatePropertyResponse      
- ActionsRequired string
- Any action that is required beyond basic workflow (approve/ reject/ disconnect)
- Description string
- The private link service connection description.
- Status string
- The private link service connection status.
- ActionsRequired string
- Any action that is required beyond basic workflow (approve/ reject/ disconnect)
- Description string
- The private link service connection description.
- Status string
- The private link service connection status.
- actionsRequired String
- Any action that is required beyond basic workflow (approve/ reject/ disconnect)
- description String
- The private link service connection description.
- status String
- The private link service connection status.
- actionsRequired string
- Any action that is required beyond basic workflow (approve/ reject/ disconnect)
- description string
- The private link service connection description.
- status string
- The private link service connection status.
- actions_required str
- Any action that is required beyond basic workflow (approve/ reject/ disconnect)
- description str
- The private link service connection description.
- status str
- The private link service connection status.
- actionsRequired String
- Any action that is required beyond basic workflow (approve/ reject/ disconnect)
- description String
- The private link service connection description.
- status String
- The private link service connection status.
SystemDataResponse  
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- 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.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- 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.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- 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.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified stringBy Type 
- 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_ strtype 
- The type of identity that created the resource.
- last_modified_ strat 
- The timestamp of resource last modification (UTC)
- last_modified_ strby 
- The identity that last modified the resource.
- last_modified_ strby_ type 
- 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.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
TrustedExternalTenantResponse   
- Value string
- GUID representing an external tenant.
- Value string
- GUID representing an external tenant.
- value String
- GUID representing an external tenant.
- value string
- GUID representing an external tenant.
- value str
- GUID representing an external tenant.
- value String
- GUID representing an external tenant.
VirtualNetworkConfigurationResponse   
- DataManagement stringPublic Ip Id 
- Data management's service public IP address resource id.
- EnginePublic stringIp Id 
- Engine service's public IP address resource id.
- SubnetId string
- The subnet resource id.
- DataManagement stringPublic Ip Id 
- Data management's service public IP address resource id.
- EnginePublic stringIp Id 
- Engine service's public IP address resource id.
- SubnetId string
- The subnet resource id.
- dataManagement StringPublic Ip Id 
- Data management's service public IP address resource id.
- enginePublic StringIp Id 
- Engine service's public IP address resource id.
- subnetId String
- The subnet resource id.
- dataManagement stringPublic Ip Id 
- Data management's service public IP address resource id.
- enginePublic stringIp Id 
- Engine service's public IP address resource id.
- subnetId string
- The subnet resource id.
- data_management_ strpublic_ ip_ id 
- Data management's service public IP address resource id.
- engine_public_ strip_ id 
- Engine service's public IP address resource id.
- subnet_id str
- The subnet resource id.
- dataManagement StringPublic Ip Id 
- Data management's service public IP address resource id.
- enginePublic StringIp Id 
- Engine service's public IP address resource id.
- subnetId String
- The subnet resource id.
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 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi