你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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