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

ReadableSecondary Struct

Definition

Replica readable secondary mode in availability group.

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

Fields

All
No
ReadOnly

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 ReadableSecondary (override for Object)

Equals(ReadableSecondary)

Compares values of enum type ReadableSecondary

GetHashCode()

Returns hashCode for enum ReadableSecondary

ToString()

Returns string representation for ReadableSecondary

Operators

Equality(ReadableSecondary, ReadableSecondary)

Overriding == operator for enum ReadableSecondary

Implicit(ReadableSecondary to String)

Implicit operator to convert ReadableSecondary to string

Implicit(String to ReadableSecondary)

Implicit operator to convert string to ReadableSecondary

Inequality(ReadableSecondary, ReadableSecondary)

Overriding != operator for enum ReadableSecondary

Applies to