ExternalAccess Struct

Definition

A flag to determine whether or not Secure LDAP access over the internet is enabled or disabled.

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

Fields

Name Description
Disabled
Enabled

Methods

Name Description
CompleteArgument(String, String, String, CommandAst, IDictionary)

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

Equals(ExternalAccess)

Compares values of enum type ExternalAccess

Equals(Object)

Compares values of enum type ExternalAccess (override for Object)

GetHashCode()

Returns hashCode for enum ExternalAccess

ToString()

Returns string representation for ExternalAccess

Operators

Name Description
Equality(ExternalAccess, ExternalAccess)

Overriding == operator for enum ExternalAccess

Implicit(ExternalAccess to String)

Implicit operator to convert ExternalAccess to string

Implicit(String to ExternalAccess)

Implicit operator to convert string to ExternalAccess

Inequality(ExternalAccess, ExternalAccess)

Overriding != operator for enum ExternalAccess

Applies to