Share via


SandboxCustomImageData Class

Definition

A class representing the SandboxCustomImage data model. Class representing a Kusto sandbox custom image.

public class SandboxCustomImageData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Kusto.SandboxCustomImageData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Kusto.SandboxCustomImageData>
type SandboxCustomImageData = class
    inherit ResourceData
    interface IJsonModel<SandboxCustomImageData>
    interface IPersistableModel<SandboxCustomImageData>
Public Class SandboxCustomImageData
Inherits ResourceData
Implements IJsonModel(Of SandboxCustomImageData), IPersistableModel(Of SandboxCustomImageData)
Inheritance
SandboxCustomImageData
Implements

Constructors

SandboxCustomImageData()

Initializes a new instance of SandboxCustomImageData.

Properties

BaseImageName

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.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Language

The language name, for example Python.

LanguageVersion

The version of the language. Either this property or baseImageName should be specified.

Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

The provisioned state of the resource.

RequirementsFileContent

The requirements file content.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SandboxCustomImageData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SandboxCustomImageData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SandboxCustomImageData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SandboxCustomImageData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SandboxCustomImageData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to