ServerAzureADAdministratorsOperationsExtensions Class

Definition

Extension methods for ServerAzureADAdministratorsOperations.

public static class ServerAzureADAdministratorsOperationsExtensions
type ServerAzureADAdministratorsOperationsExtensions = class
Public Module ServerAzureADAdministratorsOperationsExtensions
Inheritance
ServerAzureADAdministratorsOperationsExtensions

Methods

BeginCreateOrUpdate(IServerAzureADAdministratorsOperations, String, String, ServerAzureADAdministrator)

Creates or updates an existing Azure Active Directory administrator.

BeginCreateOrUpdateAsync(IServerAzureADAdministratorsOperations, String, String, ServerAzureADAdministrator, CancellationToken)

Creates or updates an existing Azure Active Directory administrator.

BeginDelete(IServerAzureADAdministratorsOperations, String, String)

Deletes the Azure Active Directory administrator with the given name.

BeginDeleteAsync(IServerAzureADAdministratorsOperations, String, String, CancellationToken)

Deletes the Azure Active Directory administrator with the given name.

CreateOrUpdate(IServerAzureADAdministratorsOperations, String, String, ServerAzureADAdministrator)

Creates or updates an existing Azure Active Directory administrator.

CreateOrUpdateAsync(IServerAzureADAdministratorsOperations, String, String, ServerAzureADAdministrator, CancellationToken)

Creates or updates an existing Azure Active Directory administrator.

Delete(IServerAzureADAdministratorsOperations, String, String)

Deletes the Azure Active Directory administrator with the given name.

DeleteAsync(IServerAzureADAdministratorsOperations, String, String, CancellationToken)

Deletes the Azure Active Directory administrator with the given name.

Get(IServerAzureADAdministratorsOperations, String, String)

Gets a Azure Active Directory administrator.

GetAsync(IServerAzureADAdministratorsOperations, String, String, CancellationToken)

Gets a Azure Active Directory administrator.

ListByServer(IServerAzureADAdministratorsOperations, String, String)

Gets a list of Azure Active Directory administrators in a server.

ListByServerAsync(IServerAzureADAdministratorsOperations, String, String, CancellationToken)

Gets a list of Azure Active Directory administrators in a server.

ListByServerNext(IServerAzureADAdministratorsOperations, String)

Gets a list of Azure Active Directory administrators in a server.

ListByServerNextAsync(IServerAzureADAdministratorsOperations, String, CancellationToken)

Gets a list of Azure Active Directory administrators in a server.

Applies to