Condividi tramite


IsReadOnly Struct

Definition

If is the configuration read only.

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

Fields

False
True

Methods

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

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

Equals(IsReadOnly)

Compares values of enum type IsReadOnly

Equals(Object)

Compares values of enum type IsReadOnly (override for Object)

GetHashCode()

Returns hashCode for enum IsReadOnly

ToString()

Returns string representation for IsReadOnly

Operators

Equality(IsReadOnly, IsReadOnly)

Overriding == operator for enum IsReadOnly

Implicit(IsReadOnly to String)

Implicit operator to convert IsReadOnly to string

Implicit(String to IsReadOnly)

Implicit operator to convert string to IsReadOnly

Inequality(IsReadOnly, IsReadOnly)

Overriding != operator for enum IsReadOnly

Applies to