DomainServiceProperties Class

Definition

Properties of the Domain Service.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.DomainServicePropertiesTypeConverter))]
public class DomainServiceProperties : Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IDomainServiceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.DomainServicePropertiesTypeConverter))>]
type DomainServiceProperties = class
    interface IDomainServiceProperties
    interface IJsonSerializable
Public Class DomainServiceProperties
Implements IDomainServiceProperties
Inheritance
DomainServiceProperties
Attributes
Implements

Constructors

Name Description
DomainServiceProperties()

Creates an new DomainServiceProperties instance.

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

ResourceForestSettingsSettings

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
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DomainServiceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DomainServiceProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IDomainServiceProperties.

FromJsonString(String)

Creates a new instance of DomainServiceProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DomainServiceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to