Freigeben über


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