MySqlServerKeyType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET