Freigeben über


ActiveDirectoryConfigsOperations interface

Schnittstelle stellt die Operationen von ActiveDirectoryConfigs dar.

Eigenschaften

createOrUpdate

Erstellen oder Aktualisieren der angegebenen Active Directory-Konfiguration

delete
get

Abrufen der Details der angegebenen Active Directory-Konfiguration

listByResourceGroup

Listen Sie alle Active Directory-Konfigurationen innerhalb der Ressourcengruppe auf.

listBySubscription

Auflisten aller Active Directory-Konfigurationen innerhalb des Abonnements

update

Patchen der angegebenen Active Directory-Konfiguration

Details zur Eigenschaft

createOrUpdate

Erstellen oder Aktualisieren der angegebenen Active Directory-Konfiguration

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

Eigenschaftswert

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

delete

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

Eigenschaftswert

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

get

Abrufen der Details der angegebenen Active Directory-Konfiguration

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

Eigenschaftswert

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

listByResourceGroup

Listen Sie alle Active Directory-Konfigurationen innerhalb der Ressourcengruppe auf.

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

Eigenschaftswert

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

listBySubscription

Auflisten aller Active Directory-Konfigurationen innerhalb des Abonnements

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

Eigenschaftswert

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

update

Patchen der angegebenen Active Directory-Konfiguration

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

Eigenschaftswert

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