Partilhar via


SandboxCustomImagesCheckNameRequest Class

Definition

The result returned from a sandboxCustomImage check name availability request.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.SandboxCustomImagesCheckNameRequestTypeConverter))]
public class SandboxCustomImagesCheckNameRequest : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.ISandboxCustomImagesCheckNameRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.SandboxCustomImagesCheckNameRequestTypeConverter))>]
type SandboxCustomImagesCheckNameRequest = class
    interface ISandboxCustomImagesCheckNameRequest
    interface IJsonSerializable
Public Class SandboxCustomImagesCheckNameRequest
Implements ISandboxCustomImagesCheckNameRequest
Inheritance
SandboxCustomImagesCheckNameRequest
Attributes
Implements

Constructors

SandboxCustomImagesCheckNameRequest()

Creates an new SandboxCustomImagesCheckNameRequest instance.

Properties

Name

Sandbox custom image resource name.

Type

The type of resource, for instance Microsoft.Kusto/Clusters/sandboxCustomImages.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SandboxCustomImagesCheckNameRequest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SandboxCustomImagesCheckNameRequest.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.ISandboxCustomImagesCheckNameRequest.

FromJsonString(String)

Creates a new instance of SandboxCustomImagesCheckNameRequest, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SandboxCustomImagesCheckNameRequest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to