azure-native.kusto.getCluster
Explore with Pulumi AI
Gets a Kusto cluster. Azure REST API version: 2022-12-29.
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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:kusto:getCluster
arguments:
# arguments dictionary
The following arguments are supported:
- Cluster
Name string The name of the Kusto cluster.
- Resource
Group stringName The name of the resource group containing the Kusto cluster.
- Cluster
Name string The name of the Kusto cluster.
- Resource
Group stringName The name of the resource group containing the Kusto cluster.
- cluster
Name String The name of the Kusto cluster.
- resource
Group StringName The name of the resource group containing the Kusto cluster.
- cluster
Name string The name of the Kusto cluster.
- resource
Group 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.
- cluster
Name String The name of the Kusto cluster.
- resource
Group StringName The name of the resource group containing the Kusto cluster.
getCluster Result
The following output properties are available:
- Data
Ingestion 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
- Private
Endpoint List<Pulumi.Connections Azure Native. Kusto. Outputs. Private Endpoint Connection Response> A list of private endpoint connections.
- Provisioning
State 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.
- State
Reason string The reason for the cluster's current state.
- System
Data 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.
- Accepted
Audiences List<Pulumi.Azure Native. Kusto. Outputs. Accepted Audiences Response> The cluster's accepted audiences.
- Allowed
Fqdn List<string>List List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster.
- Allowed
Ip List<string>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 string The engine type
- Identity
Pulumi.
Azure Native. Kusto. Outputs. Identity Response The identity of the cluster, if configured.
- Key
Vault Pulumi.Properties Azure Native. Kusto. Outputs. Key Vault Properties Response KeyVault properties for the cluster encryption.
- Language
Extensions Pulumi.Azure Native. Kusto. Outputs. Language Extensions List Response List of the cluster's language extensions.
- Optimized
Autoscale Pulumi.Azure Native. Kusto. Outputs. Optimized Autoscale Response Optimized auto scale definition.
- Public
IPType string Indicates what public IP type to create - IPv4 (default), or DualStack (both IPv4 and IPv6)
- Public
Network stringAccess Public network access to the cluster is enabled by default. When disabled, only private endpoint connection to the cluster is allowed
- Restrict
Outbound 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.
- Trusted
External List<Pulumi.Tenants Azure Native. Kusto. Outputs. Trusted External Tenant Response> The cluster's external tenants.
- Virtual
Network Pulumi.Configuration Azure Native. Kusto. Outputs. Virtual Network Configuration Response Virtual network definition.
- Zones List<string>
The availability zones of the cluster.
- Data
Ingestion 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
- Private
Endpoint []PrivateConnections Endpoint Connection Response A list of private endpoint connections.
- Provisioning
State string The provisioned state of the resource.
- Sku
Azure
Sku Response The SKU of the cluster.
- State string
The state of the resource.
- State
Reason string The reason for the cluster's current state.
- System
Data 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.
- Accepted
Audiences []AcceptedAudiences Response The cluster's accepted audiences.
- Allowed
Fqdn []stringList List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster.
- Allowed
Ip []stringRange 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 string The engine type
- Identity
Identity
Response 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
IPType string Indicates what public IP type to create - IPv4 (default), or DualStack (both IPv4 and IPv6)
- Public
Network stringAccess Public network access to the cluster is enabled by default. When disabled, only private endpoint connection to the cluster is allowed
- Restrict
Outbound 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.
- Trusted
External []TrustedTenants External Tenant Response The cluster's external tenants.
- Virtual
Network VirtualConfiguration Network Configuration Response Virtual network definition.
- Zones []string
The availability zones of the cluster.
- data
Ingestion 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
- private
Endpoint List<PrivateConnections Endpoint Connection Response> A list of private endpoint connections.
- provisioning
State String The provisioned state of the resource.
- sku
Azure
Sku Response The SKU of the cluster.
- state String
The state of the resource.
- state
Reason String The reason for the cluster's current state.
- system
Data 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.
- accepted
Audiences List<AcceptedAudiences Response> The cluster's accepted audiences.
- allowed
Fqdn List<String>List List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster.
- allowed
Ip List<String>Range List The list of ips in the format of CIDR allowed to connect to the cluster.
- enable
Auto BooleanStop 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 BooleanEncryption A boolean value that indicates if the cluster's disks are encrypted.
- enable
Double BooleanEncryption A boolean value that indicates if double encryption is enabled.
- enable
Purge Boolean A boolean value that indicates if the purge operations are enabled.
- enable
Streaming BooleanIngest A boolean value that indicates if the streaming ingest is enabled.
- engine
Type String The engine type
- identity
Identity
Response 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
IPType String Indicates what public IP type to create - IPv4 (default), or DualStack (both IPv4 and IPv6)
- public
Network StringAccess Public network access to the cluster is enabled by default. When disabled, only private endpoint connection to the cluster is allowed
- restrict
Outbound 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.
- trusted
External List<TrustedTenants External Tenant Response> The cluster's external tenants.
- virtual
Network VirtualConfiguration Network Configuration Response Virtual network definition.
- zones List<String>
The availability zones of the cluster.
- data
Ingestion 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
- private
Endpoint PrivateConnections Endpoint Connection Response[] A list of private endpoint connections.
- provisioning
State string The provisioned state of the resource.
- sku
Azure
Sku Response The SKU of the cluster.
- state string
The state of the resource.
- state
Reason string The reason for the cluster's current state.
- system
Data 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.
- accepted
Audiences AcceptedAudiences Response[] The cluster's accepted audiences.
- allowed
Fqdn string[]List List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster.
- allowed
Ip string[]Range List The list of ips in the format of CIDR allowed to connect to the cluster.
- enable
Auto booleanStop 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 booleanEncryption A boolean value that indicates if the cluster's disks are encrypted.
- enable
Double booleanEncryption A boolean value that indicates if double encryption is enabled.
- enable
Purge boolean A boolean value that indicates if the purge operations are enabled.
- enable
Streaming booleanIngest A boolean value that indicates if the streaming ingest is enabled.
- engine
Type string The engine type
- identity
Identity
Response 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
IPType string Indicates what public IP type to create - IPv4 (default), or DualStack (both IPv4 and IPv6)
- public
Network stringAccess Public network access to the cluster is enabled by default. When disabled, only private endpoint connection to the cluster is allowed
- restrict
Outbound 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.
- trusted
External TrustedTenants External Tenant Response[] The cluster's external tenants.
- virtual
Network 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
Azure
Sku 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
Identity
Response 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.
- data
Ingestion 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
- private
Endpoint List<Property Map>Connections A list of private endpoint connections.
- provisioning
State String The provisioned state of the resource.
- sku Property Map
The SKU of the cluster.
- state String
The state of the resource.
- state
Reason String The reason for the cluster's current state.
- system
Data 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.
- accepted
Audiences List<Property Map> The cluster's accepted audiences.
- allowed
Fqdn List<String>List List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster.
- allowed
Ip List<String>Range List The list of ips in the format of CIDR allowed to connect to the cluster.
- enable
Auto BooleanStop 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 BooleanEncryption A boolean value that indicates if the cluster's disks are encrypted.
- enable
Double BooleanEncryption A boolean value that indicates if double encryption is enabled.
- enable
Purge Boolean A boolean value that indicates if the purge operations are enabled.
- enable
Streaming BooleanIngest A boolean value that indicates if the streaming ingest is enabled.
- engine
Type String The engine type
- identity Property Map
The identity of the cluster, if configured.
- key
Vault Property MapProperties KeyVault properties for the cluster encryption.
- language
Extensions Property Map List of the cluster's language extensions.
- optimized
Autoscale Property Map Optimized auto scale definition.
- public
IPType String Indicates what public IP type to create - IPv4 (default), or DualStack (both IPv4 and IPv6)
- public
Network StringAccess Public network access to the cluster is enabled by default. When disabled, only private endpoint connection to the cluster is allowed
- restrict
Outbound 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.
- trusted
External List<Property Map>Tenants The cluster's external tenants.
- virtual
Network 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
- Principal
Id string The principal ID of resource identity.
- Tenant
Id 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.
- User
Assigned 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}'.
- Principal
Id string The principal ID of resource identity.
- Tenant
Id 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.
- User
Assigned 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}'.
- principal
Id String The principal ID of resource identity.
- tenant
Id 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.
- user
Assigned 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}'.
- principal
Id string The principal ID of resource identity.
- tenant
Id 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.
- user
Assigned {[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}'.
- principal
Id String The principal ID of resource identity.
- tenant
Id 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.
- user
Assigned 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
- Client
Id string The client id of user assigned identity.
- Principal
Id string The principal id of user assigned identity.
- Client
Id string The client id of user assigned identity.
- Principal
Id string The principal id of user assigned identity.
- client
Id String The client id of user assigned identity.
- principal
Id String The principal id of user assigned identity.
- client
Id string The client id of user assigned identity.
- principal
Id 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.
- client
Id String The client id of user assigned identity.
- principal
Id String The principal id of user assigned identity.
KeyVaultPropertiesResponse
- Key
Name string The name of the key vault key.
- Key
Vault stringUri The Uri of the key vault.
- Key
Version string The version of the key vault key.
- User
Identity string The user assigned identity (ARM resource id) that has access to the key.
- Key
Name string The name of the key vault key.
- Key
Vault stringUri The Uri of the key vault.
- Key
Version string The version of the key vault key.
- User
Identity string The user assigned identity (ARM resource id) that has access to the key.
- key
Name String The name of the key vault key.
- key
Vault StringUri The Uri of the key vault.
- key
Version String The version of the key vault key.
- user
Identity String The user assigned identity (ARM resource id) that has access to the key.
- key
Name string The name of the key vault key.
- key
Vault stringUri The Uri of the key vault.
- key
Version string The version of the key vault key.
- user
Identity 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.
- key
Name String The name of the key vault key.
- key
Vault StringUri The Uri of the key vault.
- key
Version String The version of the key vault key.
- user
Identity String The user assigned identity (ARM resource id) that has access to the key.
LanguageExtensionResponse
- Language
Extension stringImage Name The language extension image name.
- Language
Extension stringName The language extension name.
- Language
Extension stringImage Name The language extension image name.
- Language
Extension stringName The language extension name.
- language
Extension StringImage Name The language extension image name.
- language
Extension StringName The language extension name.
- language
Extension stringImage Name The language extension image name.
- language
Extension stringName The language extension name.
- language_
extension_ strimage_ name The language extension image name.
- language_
extension_ strname The language extension name.
- language
Extension StringImage Name The language extension image name.
- language
Extension StringName The language extension name.
LanguageExtensionsListResponse
- Value
List<Pulumi.
Azure Native. Kusto. Inputs. Language Extension Response> The list of language extensions.
- Value
[]Language
Extension Response The list of language extensions.
- value
List<Language
Extension Response> The list of language extensions.
- value
Language
Extension Response[] The list of language extensions.
- value
Sequence[Language
Extension 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
- Group
Id 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
- Private
Endpoint Pulumi.Azure Native. Kusto. Inputs. Private Endpoint Property Response Private endpoint which the connection belongs to.
- Private
Link Pulumi.Service Connection State Azure Native. Kusto. Inputs. Private Link Service Connection State Property Response Connection State of the Private Endpoint Connection.
- Provisioning
State string Provisioning state of the private endpoint.
- System
Data 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"
- Group
Id 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
- 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 string Provisioning state of the private endpoint.
- System
Data 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 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
- 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 String Provisioning state of the private endpoint.
- system
Data 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 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
- 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 string Provisioning state of the private endpoint.
- system
Data 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"
- group
Id 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
- private
Endpoint Property Map Private endpoint which the connection belongs to.
- private
Link Property MapService Connection State Connection State of the Private Endpoint Connection.
- provisioning
State String Provisioning state of the private endpoint.
- system
Data 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
- Actions
Required 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 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 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 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.
- actions
Required 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
- Created
At string The timestamp of resource creation (UTC).
- Created
By string The identity that created the resource.
- Created
By stringType The type of identity that created the resource.
- Last
Modified stringAt The timestamp of resource last modification (UTC)
- Last
Modified stringBy The identity that last modified the resource.
- Last
Modified stringBy Type The type of identity that last modified the resource.
- Created
At string The timestamp of resource creation (UTC).
- Created
By string The identity that created the resource.
- Created
By stringType The type of identity that created the resource.
- Last
Modified stringAt The timestamp of resource last modification (UTC)
- Last
Modified stringBy The identity that last modified the resource.
- Last
Modified stringBy Type The type of identity that last modified the resource.
- created
At String The timestamp of resource creation (UTC).
- created
By String The identity that created the resource.
- created
By StringType The type of identity that created the resource.
- last
Modified StringAt The timestamp of resource last modification (UTC)
- last
Modified StringBy The identity that last modified the resource.
- last
Modified StringBy Type The type of identity that last modified the resource.
- created
At string The timestamp of resource creation (UTC).
- created
By string The identity that created the resource.
- created
By stringType The type of identity that created the resource.
- last
Modified stringAt The timestamp of resource last modification (UTC)
- last
Modified stringBy The identity that last modified the resource.
- last
Modified 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.
- created
At String The timestamp of resource creation (UTC).
- created
By String The identity that created the resource.
- created
By StringType The type of identity that created the resource.
- last
Modified StringAt The timestamp of resource last modification (UTC)
- last
Modified StringBy The identity that last modified the resource.
- last
Modified 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
- Data
Management stringPublic Ip Id Data management's service public IP address resource id.
- Engine
Public stringIp Id Engine service's public IP address resource id.
- Subnet
Id string The subnet resource id.
- Data
Management stringPublic Ip Id Data management's service public IP address resource id.
- Engine
Public stringIp Id Engine service's public IP address resource id.
- Subnet
Id string The subnet resource id.
- data
Management StringPublic Ip Id Data management's service public IP address resource id.
- engine
Public StringIp Id Engine service's public IP address resource id.
- subnet
Id String The subnet resource id.
- data
Management stringPublic Ip Id Data management's service public IP address resource id.
- engine
Public stringIp Id Engine service's public IP address resource id.
- subnet
Id 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.
- data
Management StringPublic Ip Id Data management's service public IP address resource id.
- engine
Public StringIp Id Engine service's public IP address resource id.
- subnet
Id String The subnet resource id.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0