IDomainServiceProperties.LdapSettingLdap Property

Definition

A flag to determine whether or not Secure LDAP is enabled or disabled.

[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Info(Description="A flag to determine whether or not Secure LDAP is enabled or disabled.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.Ldaps) }, ReadOnly=false, Required=false, SerializedName="ldaps")]
public Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.Ldaps? LdapSettingLdap { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Info(Description="A flag to determine whether or not Secure LDAP is enabled or disabled.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.Ldaps) }, ReadOnly=false, Required=false, SerializedName="ldaps")>]
member this.LdapSettingLdap : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.Ldaps> with get, set
Public Property LdapSettingLdap As Nullable(Of Ldaps)

Property Value

Attributes

Applies to