Condividi tramite


GeoDrRoleType Struct

Definition

GeoDR Role Types

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

Fields

Primary
Secondary

Methods

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

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

Equals(GeoDrRoleType)

Compares values of enum type GeoDrRoleType

Equals(Object)

Compares values of enum type GeoDrRoleType (override for Object)

GetHashCode()

Returns hashCode for enum GeoDrRoleType

ToString()

Returns string representation for GeoDrRoleType

Operators

Equality(GeoDrRoleType, GeoDrRoleType)

Overriding == operator for enum GeoDrRoleType

Implicit(GeoDrRoleType to String)

Implicit operator to convert GeoDrRoleType to string

Implicit(String to GeoDrRoleType)

Implicit operator to convert string to GeoDrRoleType

Inequality(GeoDrRoleType, GeoDrRoleType)

Overriding != operator for enum GeoDrRoleType

Applies to