Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DomainService

Package version

interface

An interface representing DomainService. Domain service.

extends

Resource

Hierarchy

Index

Properties

Optional domainControllerIpAddress

domainControllerIpAddress: string[]
member

{string[]} [domainControllerIpAddress] List of Domain Controller IP Address NOTE: This property will not be serialized. It can only be populated by the server.

Optional domainName

domainName: undefined | string
member

{string} [domainName] The name of the Azure domain that the user would like to deploy Domain Services to.

Optional domainSecuritySettings

domainSecuritySettings: DomainSecuritySettings
member

{DomainSecuritySettings} [domainSecuritySettings] DomainSecurity Settings

Optional etag

etag: undefined | string
member

{string} [etag] Resource etag

Optional filteredSync

filteredSync: FilteredSync
member

{FilteredSync} [filteredSync] Enabled or Disabled flag to turn on Group-based filtered sync. Possible values include: 'Enabled', 'Disabled'

Optional healthAlerts

healthAlerts: HealthAlert[]
member

{HealthAlert[]} [healthAlerts] List of Domain Health Alerts NOTE: This property will not be serialized. It can only be populated by the server.

Optional healthLastEvaluated

healthLastEvaluated: Date
member

{Date} [healthLastEvaluated] Last domain evaluation run DateTime NOTE: This property will not be serialized. It can only be populated by the server.

Optional healthMonitors

healthMonitors: HealthMonitor[]
member

{HealthMonitor[]} [healthMonitors] List of Domain Health Monitors NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string
member

{string} [id] Resource Id NOTE: This property will not be serialized. It can only be populated by the server.

Optional ldapsSettings

ldapsSettings: LdapsSettings
member

{LdapsSettings} [ldapsSettings] Secure LDAP Settings

Optional location

location: undefined | string
member

{string} [location] Resource location

Optional name

name: undefined | string
member

{string} [name] Resource name NOTE: This property will not be serialized. It can only be populated by the server.

Optional notificationSettings

notificationSettings: NotificationSettings
member

{NotificationSettings} [notificationSettings] Notification Settings

Optional provisioningState

provisioningState: undefined | string
member

{string} [provisioningState] the current deployment or provisioning state, which only appears in the response. NOTE: This property will not be serialized. It can only be populated by the server.

Optional serviceStatus

serviceStatus: undefined | string
member

{string} [serviceStatus] Status of Domain Service instance NOTE: This property will not be serialized. It can only be populated by the server.

Optional subnetId

subnetId: undefined | string
member

{string} [subnetId] The name of the virtual network that Domain Services will be deployed on. The id of the subnet that Domain Services will be deployed on. /virtualNetwork/vnetName/subnets/subnetName.

Optional tags

tags: undefined | object
member

{{ [propertyName: string]: string }} [tags] Resource tags

Optional tenantId

tenantId: undefined | string
member

{string} [tenantId] Azure Active Directory tenant id NOTE: This property will not be serialized. It can only be populated by the server.

Optional type

type: undefined | string
member

{string} [type] Resource type NOTE: This property will not be serialized. It can only be populated by the server.

Optional vnetSiteId

vnetSiteId: undefined | string
member

{string} [vnetSiteId] Virtual network site id NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc