IDomainServiceProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.DomainServicePropertiesTypeConverter))]
public interface IDomainServiceProperties : Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.DomainServicePropertiesTypeConverter))>]
type IDomainServiceProperties = interface
    interface IJsonSerializable
Public Interface IDomainServiceProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
DeploymentId

Deployment Id

DomainConfigurationType

Domain Configuration Type

DomainName

The name of the Azure domain that the user would like to deploy Domain Services to.

DomainSecuritySettingNtlmV1

A flag to determine whether or not NtlmV1 is enabled or disabled.

DomainSecuritySettingSyncKerberosPassword

A flag to determine whether or not SyncKerberosPasswords is enabled or disabled.

DomainSecuritySettingSyncNtlmPassword

A flag to determine whether or not SyncNtlmPasswords is enabled or disabled.

DomainSecuritySettingSyncOnPremPassword

A flag to determine whether or not SyncOnPremPasswords is enabled or disabled.

DomainSecuritySettingTlsV1

A flag to determine whether or not TlsV1 is enabled or disabled.

FilteredSync

Enabled or Disabled flag to turn on Group-based filtered sync

LdapSettingCertificateNotAfter

NotAfter DateTime of configure ldaps certificate.

LdapSettingCertificateThumbprint

Thumbprint of configure ldaps certificate.

LdapSettingExternalAccess

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

LdapSettingLdap

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

LdapSettingPfxCertificate

The certificate required to configure Secure LDAP. The parameter passed here should be a base64encoded representation of the certificate pfx file.

LdapSettingPfxCertificatePassword

The password to decrypt the provided Secure LDAP certificate pfx file.

LdapSettingPublicCertificate

Public certificate used to configure secure ldap.

MigrationProgressCompletionPercentage

Completion Percentage

MigrationProgressMessage

Progress Message

MigrationPropertyOldSubnetId

Old Subnet Id

MigrationPropertyOldVnetSiteId

Old Vnet Site Id

NotificationSettingAdditionalRecipient

The list of additional recipients

NotificationSettingNotifyDcAdmin

Should domain controller admins be notified

NotificationSettingNotifyGlobalAdmin

Should global admins be notified

ProvisioningState

the current deployment or provisioning state, which only appears in the response.

ReplicaSet

List of ReplicaSets

ResourceForestSettingResourceForest

Resource Forest

ResourceForestSettingSettings

List of settings for Resource Forest

Sku

Sku Type

SyncOwner

SyncOwner ReplicaSet Id

TenantId

Azure Active Directory Tenant Id

Version

Data Model Version

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to