AttachedDatabaseType Struct

Definition

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

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

Constructors

AttachedDatabaseType(String)

Initializes a new instance of AttachedDatabaseType.

Properties

MicrosoftKustoClustersAttachedDatabaseConfigurations

Microsoft.Kusto/clusters/attachedDatabaseConfigurations.

Methods

Equals(AttachedDatabaseType)

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(AttachedDatabaseType, AttachedDatabaseType)

Determines if two AttachedDatabaseType values are the same.

Implicit(String to AttachedDatabaseType)

Converts a string to a AttachedDatabaseType.

Inequality(AttachedDatabaseType, AttachedDatabaseType)

Determines if two AttachedDatabaseType values are not the same.

Applies to