@azure/arm-domainservices package
Classes
DomainServicesResourceProvider |
Interfaces
CloudError |
An error response from the Domain Services. |
CloudErrorBody |
An error response from the Domain Services. |
ConfigDiagnostics |
Configuration Diagnostics |
ConfigDiagnosticsValidatorResult |
Config Diagnostics validator result data |
ConfigDiagnosticsValidatorResultIssue |
Specific issue for a particular config diagnostics validator |
ContainerAccount |
Container Account Description |
DomainSecuritySettings |
Domain Security Settings |
DomainService |
Domain service. |
DomainServiceListResult |
The response from the List Domain Services operation. |
DomainServiceOperations |
Interface representing a DomainServiceOperations. |
DomainServiceOperationsListNextOptionalParams |
Optional parameters. |
DomainServiceOperationsListOptionalParams |
Optional parameters. |
DomainServices |
Interface representing a DomainServices. |
DomainServicesCreateOrUpdateOptionalParams |
Optional parameters. |
DomainServicesDeleteOptionalParams |
Optional parameters. |
DomainServicesGetOptionalParams |
Optional parameters. |
DomainServicesListByResourceGroupNextOptionalParams |
Optional parameters. |
DomainServicesListByResourceGroupOptionalParams |
Optional parameters. |
DomainServicesListNextOptionalParams |
Optional parameters. |
DomainServicesListOptionalParams |
Optional parameters. |
DomainServicesResourceProviderOptionalParams |
Optional parameters. |
DomainServicesUpdateOptionalParams |
Optional parameters. |
ForestTrust |
Forest Trust Setting |
HealthAlert |
Health Alert Description |
HealthMonitor |
Health Monitor Description |
LdapsSettings |
Secure LDAP Settings |
MigrationProgress |
Migration Progress |
MigrationProperties |
Migration Properties |
NotificationSettings |
Settings for notification |
OperationDisplayInfo |
The operation supported by Domain Services. |
OperationEntity |
The operation supported by Domain Services. |
OperationEntityListResult |
The list of domain service operation response. |
OuContainer |
Resource for OuContainer. |
OuContainerCreateOptionalParams |
Optional parameters. |
OuContainerDeleteOptionalParams |
Optional parameters. |
OuContainerGetOptionalParams |
Optional parameters. |
OuContainerListNextOptionalParams |
Optional parameters. |
OuContainerListOptionalParams |
Optional parameters. |
OuContainerListResult |
The response from the List OuContainer operation. |
OuContainerOperationGrp |
Interface representing a OuContainerOperationGrp. |
OuContainerOperations |
Interface representing a OuContainerOperations. |
OuContainerOperationsListNextOptionalParams |
Optional parameters. |
OuContainerOperationsListOptionalParams |
Optional parameters. |
OuContainerUpdateOptionalParams |
Optional parameters. |
ReplicaSet |
Replica Set Definition |
Resource |
The Resource model definition. |
ResourceForestSettings |
Settings for Resource Forest |
SystemData |
Metadata pertaining to creation and last modification of the resource. |
Type Aliases
CreatedByType |
Defines values for CreatedByType. Known values supported by the serviceUser |
DomainServiceOperationsListNextResponse |
Contains response data for the listNext operation. |
DomainServiceOperationsListResponse |
Contains response data for the list operation. |
DomainServicesCreateOrUpdateResponse |
Contains response data for the createOrUpdate operation. |
DomainServicesGetResponse |
Contains response data for the get operation. |
DomainServicesListByResourceGroupNextResponse |
Contains response data for the listByResourceGroupNext operation. |
DomainServicesListByResourceGroupResponse |
Contains response data for the listByResourceGroup operation. |
DomainServicesListNextResponse |
Contains response data for the listNext operation. |
DomainServicesListResponse |
Contains response data for the list operation. |
DomainServicesUpdateResponse |
Contains response data for the update operation. |
ExternalAccess |
Defines values for ExternalAccess. Known values supported by the serviceEnabled |
FilteredSync |
Defines values for FilteredSync. Known values supported by the serviceEnabled |
KerberosArmoring |
Defines values for KerberosArmoring. Known values supported by the serviceEnabled |
KerberosRc4Encryption |
Defines values for KerberosRc4Encryption. Known values supported by the serviceEnabled |
Ldaps |
Defines values for Ldaps. Known values supported by the serviceEnabled |
NotifyDcAdmins |
Defines values for NotifyDcAdmins. Known values supported by the serviceEnabled |
NotifyGlobalAdmins |
Defines values for NotifyGlobalAdmins. Known values supported by the serviceEnabled |
NtlmV1 |
Defines values for NtlmV1. Known values supported by the serviceEnabled |
OuContainerCreateResponse |
Contains response data for the create operation. |
OuContainerGetResponse |
Contains response data for the get operation. |
OuContainerListNextResponse |
Contains response data for the listNext operation. |
OuContainerListResponse |
Contains response data for the list operation. |
OuContainerOperationsListNextResponse |
Contains response data for the listNext operation. |
OuContainerOperationsListResponse |
Contains response data for the list operation. |
OuContainerUpdateResponse |
Contains response data for the update operation. |
Status |
Defines values for Status. Known values supported by the serviceNone |
SyncKerberosPasswords |
Defines values for SyncKerberosPasswords. Known values supported by the serviceEnabled |
SyncNtlmPasswords |
Defines values for SyncNtlmPasswords. Known values supported by the serviceEnabled |
SyncOnPremPasswords |
Defines values for SyncOnPremPasswords. Known values supported by the serviceEnabled |
TlsV1 |
Defines values for TlsV1. Known values supported by the serviceEnabled |
Enums
KnownCreatedByType |
Known values of CreatedByType that the service accepts. |
KnownExternalAccess |
Known values of ExternalAccess that the service accepts. |
KnownFilteredSync |
Known values of FilteredSync that the service accepts. |
KnownKerberosArmoring |
Known values of KerberosArmoring that the service accepts. |
KnownKerberosRc4Encryption |
Known values of KerberosRc4Encryption that the service accepts. |
KnownLdaps |
Known values of Ldaps that the service accepts. |
KnownNotifyDcAdmins |
Known values of NotifyDcAdmins that the service accepts. |
KnownNotifyGlobalAdmins |
Known values of NotifyGlobalAdmins that the service accepts. |
KnownNtlmV1 |
Known values of NtlmV1 that the service accepts. |
KnownStatus |
Known values of Status that the service accepts. |
KnownSyncKerberosPasswords |
Known values of SyncKerberosPasswords that the service accepts. |
KnownSyncNtlmPasswords |
Known values of SyncNtlmPasswords that the service accepts. |
KnownSyncOnPremPasswords |
Known values of SyncOnPremPasswords that the service accepts. |
KnownTlsV1 |
Known values of TlsV1 that the service accepts. |
Functions
get |
Given a result page from a pageable operation, returns a continuation token that can be used to begin paging from that point later. |
Function Details
getContinuationToken(unknown)
Given a result page from a pageable operation, returns a continuation token that can be used to begin paging from that point later.
function getContinuationToken(page: unknown): string | undefined
Parameters
- page
-
unknown
A result object from calling .byPage() on a paged operation.
Returns
string | undefined
The continuation token that can be passed into byPage().