Share via


MySqlServerKeyType Struct

Definition

The key type like 'AzureKeyVault'.

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

Constructors

Name Description
MySqlServerKeyType(String)

Initializes a new instance of MySqlServerKeyType.

Properties

Name Description
AzureKeyVault

AzureKeyVault.

Methods

Name Description
Equals(MySqlServerKeyType)

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

Determines if two MySqlServerKeyType values are the same.

Implicit(String to MySqlServerKeyType)

Converts a String to a MySqlServerKeyType.

Inequality(MySqlServerKeyType, MySqlServerKeyType)

Determines if two MySqlServerKeyType values are not the same.

Applies to