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

SqlWorkloadType Struct

Definition

SQL Server workload type.

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

Fields

Dw
General
Oltp

Methods

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

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

Equals(Object)

Compares values of enum type SqlWorkloadType (override for Object)

Equals(SqlWorkloadType)

Compares values of enum type SqlWorkloadType

GetHashCode()

Returns hashCode for enum SqlWorkloadType

ToString()

Returns string representation for SqlWorkloadType

Operators

Equality(SqlWorkloadType, SqlWorkloadType)

Overriding == operator for enum SqlWorkloadType

Implicit(SqlWorkloadType to String)

Implicit operator to convert SqlWorkloadType to string

Implicit(String to SqlWorkloadType)

Implicit operator to convert string to SqlWorkloadType

Inequality(SqlWorkloadType, SqlWorkloadType)

Overriding != operator for enum SqlWorkloadType

Applies to