SandboxCustomImage Class
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.
Class representing a Kusto sandbox custom image.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.SandboxCustomImageTypeConverter))]
public class SandboxCustomImage : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.ISandboxCustomImage, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.SandboxCustomImageTypeConverter))>]
type SandboxCustomImage = class
interface ISandboxCustomImage
interface IJsonSerializable
interface IResource
interface IValidates
Public Class SandboxCustomImage
Implements ISandboxCustomImage, IValidates
- Inheritance
-
SandboxCustomImage
- Attributes
- Implements
Constructors
SandboxCustomImage() |
Creates an new SandboxCustomImage instance. |
Properties
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
Language |
The language name, for example Python. |
LanguageVersion |
The version of the language. |
Name |
The name of the resource |
ProvisioningState |
The provisioned state of the resource. |
RequirementsFileContent |
The requirements file content. |
Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SandboxCustomImage. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SandboxCustomImage. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.ISandboxCustomImage. |
FromJsonString(String) |
Creates a new instance of SandboxCustomImage, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SandboxCustomImage into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |