Share via


MySqlStorageAutogrow Struct

Definition

Enable Storage Auto Grow.

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

Constructors

MySqlStorageAutogrow(String)

Initializes a new instance of MySqlStorageAutogrow.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(MySqlStorageAutogrow)

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

Determines if two MySqlStorageAutogrow values are the same.

Implicit(String to MySqlStorageAutogrow)

Converts a string to a MySqlStorageAutogrow.

Inequality(MySqlStorageAutogrow, MySqlStorageAutogrow)

Determines if two MySqlStorageAutogrow values are not the same.

Applies to