IDomainService Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.DomainServiceTypeConverter))]
public interface IDomainService : Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.DomainServiceTypeConverter))>]
type IDomainService = interface
interface IJsonSerializable
interface IResource
Public Interface IDomainService
Implements IResource
- 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. |
| Etag |
Resource etag (Inherited from IResource) |
| FilteredSync |
Enabled or Disabled flag to turn on Group-based filtered sync |
| Id |
Resource Id (Inherited from IResource) |
| 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. |
| Location |
Resource location (Inherited from IResource) |
| MigrationProgressCompletionPercentage |
Completion Percentage |
| MigrationProgressMessage |
Progress Message |
| MigrationPropertyOldSubnetId |
Old Subnet Id |
| MigrationPropertyOldVnetSiteId |
Old Vnet Site Id |
| Name |
Resource name (Inherited from IResource) |
| NotificationSettingAdditionalRecipient |
The list of additional recipients |
| NotificationSettingNotifyDcAdmin |
Should domain controller admins be notified |
| NotificationSettingNotifyGlobalAdmin |
Should global admins be notified |
| PropertiesResourceForestSettingsSettings |
List of settings for Resource Forest |
| ProvisioningState |
the current deployment or provisioning state, which only appears in the response. |
| ReplicaSet |
List of ReplicaSets |
| ResourceForestSettingResourceForest |
Resource Forest |
| Sku |
Sku Type |
| SyncOwner |
SyncOwner ReplicaSet Id |
| Tag |
Resource tags (Inherited from IResource) |
| TenantId |
Azure Active Directory Tenant Id |
| Type |
Resource type (Inherited from IResource) |
| Version |
Data Model Version |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |