次の方法で共有


DatabaseType Struct

Definition

Database type (e.g. SqlAzure / MySql).

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DatabaseTypeTypeConverter))]
public struct DatabaseType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DatabaseType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DatabaseTypeTypeConverter))>]
type DatabaseType = struct
    interface IArgumentCompleter
Public Structure DatabaseType
Implements IArgumentCompleter, IEquatable(Of DatabaseType)
Inheritance
DatabaseType
Attributes
Implements

Fields

LocalMySql
MySql
PostgreSql
SqlAzure

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(DatabaseType)

Compares values of enum type DatabaseType

Equals(Object)

Compares values of enum type DatabaseType (override for Object)

GetHashCode()

Returns hashCode for enum DatabaseType

ToString()

Returns string representation for DatabaseType

Operators

Equality(DatabaseType, DatabaseType)

Overriding == operator for enum DatabaseType

Implicit(DatabaseType to String)

Implicit operator to convert DatabaseType to string

Implicit(String to DatabaseType)

Implicit operator to convert string to DatabaseType

Inequality(DatabaseType, DatabaseType)

Overriding != operator for enum DatabaseType

Applies to