ArmKustoModelFactory.SandboxCustomImageData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of SandboxCustomImageData.
public static Azure.ResourceManager.Kusto.SandboxCustomImageData SandboxCustomImageData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.Kusto.Models.SandboxCustomImageLanguage? language = default, string languageVersion = default, string baseImageName = default, string requirementsFileContent = default, Azure.ResourceManager.Kusto.Models.KustoProvisioningState? provisioningState = default);
static member SandboxCustomImageData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.Kusto.Models.SandboxCustomImageLanguage> * string * string * string * Nullable<Azure.ResourceManager.Kusto.Models.KustoProvisioningState> -> Azure.ResourceManager.Kusto.SandboxCustomImageData
Public Shared Function SandboxCustomImageData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional language As Nullable(Of SandboxCustomImageLanguage) = Nothing, Optional languageVersion As String = Nothing, Optional baseImageName As String = Nothing, Optional requirementsFileContent As String = Nothing, Optional provisioningState As Nullable(Of KustoProvisioningState) = Nothing) As SandboxCustomImageData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- language
- Nullable<SandboxCustomImageLanguage>
The language name, for example Python.
- languageVersion
- String
The version of the language. Either this property or baseImageName should be specified.
- baseImageName
- String
The base image name on which the custom image is built on top of. It can be one of the LanguageExtensionImageName (e.g.: 'Python3_10_8', 'Python3_10_8_DL') or the name of an existing custom image. Either this property or languageVersion should be specified.
- requirementsFileContent
- String
The requirements file content.
- provisioningState
- Nullable<KustoProvisioningState>
The provisioned state of the resource.
Returns
A new SandboxCustomImageData instance for mocking.