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

Name Description
SandboxCustomImageType(String)

Initializes a new instance of SandboxCustomImageType.

Properties

Name Description
MicrosoftKustoClustersSandboxCustomImages

Microsoft.Kusto/clusters/sandboxCustomImages.

Methods

Name Description
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

Name Description
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