SandboxCustomImageType Struct

Definition

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

public readonly struct SandboxCustomImageType : IEquatable<Azure.ResourceManager.Kusto.Models.SandboxCustomImageType>
type SandboxCustomImageType = struct
Public Structure SandboxCustomImageType
Implements IEquatable(Of SandboxCustomImageType)
Inheritance
SandboxCustomImageType
Implements

Constructors

SandboxCustomImageType(String)

Initializes a new instance of SandboxCustomImageType.

Properties

MicrosoftKustoClustersSandboxCustomImages

Microsoft.Kusto/clusters/sandboxCustomImages.

Methods

Equals(SandboxCustomImageType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(SandboxCustomImageType, SandboxCustomImageType)

Determines if two SandboxCustomImageType values are the same.

Implicit(String to SandboxCustomImageType)

Converts a string to a SandboxCustomImageType.

Inequality(SandboxCustomImageType, SandboxCustomImageType)

Determines if two SandboxCustomImageType values are not the same.

Applies to