azure-native-v2.kusto.SandboxCustomImage
Explore with Pulumi AI
Class representing a Kusto sandbox custom image. Azure REST API version: 2023-08-15.
Other available API versions: 2024-04-13.
Create SandboxCustomImage Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SandboxCustomImage(name: string, args: SandboxCustomImageArgs, opts?: CustomResourceOptions);
@overload
def SandboxCustomImage(resource_name: str,
args: SandboxCustomImageArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SandboxCustomImage(resource_name: str,
opts: Optional[ResourceOptions] = None,
cluster_name: Optional[str] = None,
language: Optional[Union[str, Language]] = None,
language_version: Optional[str] = None,
resource_group_name: Optional[str] = None,
requirements_file_content: Optional[str] = None,
sandbox_custom_image_name: Optional[str] = None)
func NewSandboxCustomImage(ctx *Context, name string, args SandboxCustomImageArgs, opts ...ResourceOption) (*SandboxCustomImage, error)
public SandboxCustomImage(string name, SandboxCustomImageArgs args, CustomResourceOptions? opts = null)
public SandboxCustomImage(String name, SandboxCustomImageArgs args)
public SandboxCustomImage(String name, SandboxCustomImageArgs args, CustomResourceOptions options)
type: azure-native:kusto:SandboxCustomImage
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. SandboxCustomImageArgs - 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. SandboxCustomImageArgs - 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. SandboxCustomImageArgs - 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. SandboxCustomImageArgs - 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. SandboxCustomImageArgs - 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 sandboxCustomImageResource = new AzureNative.Kusto.SandboxCustomImage("sandboxCustomImageResource", new()
{
ClusterName = "string",
Language = "string",
LanguageVersion = "string",
ResourceGroupName = "string",
RequirementsFileContent = "string",
SandboxCustomImageName = "string",
});
example, err := kusto.NewSandboxCustomImage(ctx, "sandboxCustomImageResource", &kusto.SandboxCustomImageArgs{
ClusterName: "string",
Language: "string",
LanguageVersion: "string",
ResourceGroupName: "string",
RequirementsFileContent: "string",
SandboxCustomImageName: "string",
})
var sandboxCustomImageResource = new SandboxCustomImage("sandboxCustomImageResource", SandboxCustomImageArgs.builder()
.clusterName("string")
.language("string")
.languageVersion("string")
.resourceGroupName("string")
.requirementsFileContent("string")
.sandboxCustomImageName("string")
.build());
sandbox_custom_image_resource = azure_native.kusto.SandboxCustomImage("sandboxCustomImageResource",
cluster_name=string,
language=string,
language_version=string,
resource_group_name=string,
requirements_file_content=string,
sandbox_custom_image_name=string)
const sandboxCustomImageResource = new azure_native.kusto.SandboxCustomImage("sandboxCustomImageResource", {
clusterName: "string",
language: "string",
languageVersion: "string",
resourceGroupName: "string",
requirementsFileContent: "string",
sandboxCustomImageName: "string",
});
type: azure-native:kusto:SandboxCustomImage
properties:
clusterName: string
language: string
languageVersion: string
requirementsFileContent: string
resourceGroupName: string
sandboxCustomImageName: string
SandboxCustomImage 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 SandboxCustomImage resource accepts the following input properties:
- Cluster
Name This property is required. Changes to this property will trigger replacement.
- The name of the Kusto cluster.
- Language
This property is required. string | Pulumi.Azure Native. Kusto. Language - The language name, for example Python.
- Language
Version This property is required. string - The version of the language.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Requirements
File stringContent - The requirements file content.
- Sandbox
Custom Image Name Changes to this property will trigger replacement.
- The name of the sandbox custom image.
- Cluster
Name This property is required. Changes to this property will trigger replacement.
- The name of the Kusto cluster.
- Language
This property is required. string | Language - The language name, for example Python.
- Language
Version This property is required. string - The version of the language.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Requirements
File stringContent - The requirements file content.
- Sandbox
Custom Image Name Changes to this property will trigger replacement.
- The name of the sandbox custom image.
- cluster
Name This property is required. Changes to this property will trigger replacement.
- The name of the Kusto cluster.
- language
This property is required. String | Language - The language name, for example Python.
- language
Version This property is required. String - The version of the language.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- requirements
File StringContent - The requirements file content.
- sandbox
Custom Image Name Changes to this property will trigger replacement.
- The name of the sandbox custom image.
- cluster
Name This property is required. Changes to this property will trigger replacement.
- The name of the Kusto cluster.
- language
This property is required. string | Language - The language name, for example Python.
- language
Version This property is required. string - The version of the language.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- requirements
File stringContent - The requirements file content.
- sandbox
Custom Image Name Changes to this property will trigger replacement.
- The name of the sandbox custom image.
- cluster_
name This property is required. Changes to this property will trigger replacement.
- The name of the Kusto cluster.
- language
This property is required. str | Language - The language name, for example Python.
- language_
version This property is required. str - The version of the language.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- requirements_
file_ strcontent - The requirements file content.
- sandbox_
custom_ image_ name Changes to this property will trigger replacement.
- The name of the sandbox custom image.
- cluster
Name This property is required. Changes to this property will trigger replacement.
- The name of the Kusto cluster.
- language
This property is required. String | "Python" - The language name, for example Python.
- language
Version This property is required. String - The version of the language.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- requirements
File StringContent - The requirements file content.
- sandbox
Custom Image Name Changes to this property will trigger replacement.
- The name of the sandbox custom image.
Outputs
All input properties are implicitly available as output properties. Additionally, the SandboxCustomImage resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- Provisioning
State string - The provisioned state of the resource.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- Provisioning
State string - The provisioned state of the resource.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- provisioning
State String - The provisioned state of the resource.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the resource
- provisioning
State string - The provisioned state of the resource.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- 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.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- provisioning
State String - The provisioned state of the resource.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
Language, LanguageArgs
- Python
- Python
- Language
Python - Python
- Python
- Python
- Python
- Python
- PYTHON
- Python
- "Python"
- Python
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:kusto:SandboxCustomImage kustoCluster/customImage8 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/sandboxCustomImages/{sandboxCustomImageName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v2 pulumi/pulumi-azure-native
- License
- Apache-2.0