SandboxCustomImageType Struct
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.
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
Azure SDK for .NET