Condividi tramite


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

MySqlServerKeyType(String)

Initializes a new instance of MySqlServerKeyType.

Properties

AzureKeyVault

AzureKeyVault.

Methods

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

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