Share via


ActiveDirectoryConfigsOperations interface

Interface representing a ActiveDirectoryConfigs operations.

Properties

createOrUpdate

Create or update the specified active directory configuration

delete
get

Get the details of the specified active directory configuration

listByResourceGroup

List all active directory configurations within the resource group.

listBySubscription

List all active directory configurations within the subscription

update

Patch the specified active directory configuration

Property Details

createOrUpdate

Create or update the specified active directory configuration

createOrUpdate: (resourceGroupName: string, activeDirectoryConfigName: string, body: ActiveDirectoryConfig, options?: ActiveDirectoryConfigsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ActiveDirectoryConfig>, ActiveDirectoryConfig>

Property Value

(resourceGroupName: string, activeDirectoryConfigName: string, body: ActiveDirectoryConfig, options?: ActiveDirectoryConfigsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ActiveDirectoryConfig>, ActiveDirectoryConfig>

delete

delete: (resourceGroupName: string, activeDirectoryConfigName: string, options?: ActiveDirectoryConfigsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, activeDirectoryConfigName: string, options?: ActiveDirectoryConfigsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Get the details of the specified active directory configuration

get: (resourceGroupName: string, activeDirectoryConfigName: string, options?: ActiveDirectoryConfigsGetOptionalParams) => Promise<ActiveDirectoryConfig>

Property Value

(resourceGroupName: string, activeDirectoryConfigName: string, options?: ActiveDirectoryConfigsGetOptionalParams) => Promise<ActiveDirectoryConfig>

listByResourceGroup

List all active directory configurations within the resource group.

listByResourceGroup: (resourceGroupName: string, options?: ActiveDirectoryConfigsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<ActiveDirectoryConfig, ActiveDirectoryConfig[], PageSettings>

Property Value

(resourceGroupName: string, options?: ActiveDirectoryConfigsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<ActiveDirectoryConfig, ActiveDirectoryConfig[], PageSettings>

listBySubscription

List all active directory configurations within the subscription

listBySubscription: (options?: ActiveDirectoryConfigsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<ActiveDirectoryConfig, ActiveDirectoryConfig[], PageSettings>

Property Value

(options?: ActiveDirectoryConfigsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<ActiveDirectoryConfig, ActiveDirectoryConfig[], PageSettings>

update

Patch the specified active directory configuration

update: (resourceGroupName: string, activeDirectoryConfigName: string, body: ActiveDirectoryConfigUpdate, options?: ActiveDirectoryConfigsUpdateOptionalParams) => PollerLike<OperationState<ActiveDirectoryConfig>, ActiveDirectoryConfig>

Property Value

(resourceGroupName: string, activeDirectoryConfigName: string, body: ActiveDirectoryConfigUpdate, options?: ActiveDirectoryConfigsUpdateOptionalParams) => PollerLike<OperationState<ActiveDirectoryConfig>, ActiveDirectoryConfig>