NewAzADDomainService_CreateExpanded.DomainSecuritySettingSyncOnPremPassword Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Category(new Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Info(Description="A flag to determine whether or not SyncOnPremPasswords is enabled or disabled.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncOnPremPasswords) }, ReadOnly=false, Required=false, SerializedName="syncOnPremPasswords")]
[System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncOnPremPasswords))]
[System.Management.Automation.Parameter(HelpMessage="A flag to determine whether or not SyncOnPremPasswords is enabled or disabled.", Mandatory=false)]
public Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncOnPremPasswords DomainSecuritySettingSyncOnPremPassword { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Category(new Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Info(Description="A flag to determine whether or not SyncOnPremPasswords is enabled or disabled.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncOnPremPasswords) }, ReadOnly=false, Required=false, SerializedName="syncOnPremPasswords")>]
[<System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncOnPremPasswords))>]
[<System.Management.Automation.Parameter(HelpMessage="A flag to determine whether or not SyncOnPremPasswords is enabled or disabled.", Mandatory=false)>]
member this.DomainSecuritySettingSyncOnPremPassword : Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncOnPremPasswords with get, set
Public Property DomainSecuritySettingSyncOnPremPassword As SyncOnPremPasswords
Property Value
- Attributes