ServerAzureADAdministratorsClient Interface

public interface ServerAzureADAdministratorsClient

An instance of this class provides access to all the operations defined in ServerAzureADAdministratorsClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<ServerAzureADAdministratorInner>,ServerAzureADAdministratorInner> beginCreateOrUpdate(String resourceGroupName, String serverName, AdministratorName administratorName, ServerAzureADAdministratorInner parameters)

Creates or updates an existing Azure Active Directory administrator.

abstract SyncPoller<PollResult<ServerAzureADAdministratorInner>,ServerAzureADAdministratorInner> beginCreateOrUpdate(String resourceGroupName, String serverName, AdministratorName administratorName, ServerAzureADAdministratorInner parameters, Context context)

Creates or updates an existing Azure Active Directory administrator.

abstract PollerFlux<PollResult<ServerAzureADAdministratorInner>,ServerAzureADAdministratorInner> beginCreateOrUpdateAsync(String resourceGroupName, String serverName, AdministratorName administratorName, ServerAzureADAdministratorInner parameters)

Creates or updates an existing Azure Active Directory administrator.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String serverName, AdministratorName administratorName)

Deletes the Azure Active Directory administrator with the given name.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String serverName, AdministratorName administratorName, Context context)

Deletes the Azure Active Directory administrator with the given name.

abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String serverName, AdministratorName administratorName)

Deletes the Azure Active Directory administrator with the given name.

abstract ServerAzureADAdministratorInner createOrUpdate(String resourceGroupName, String serverName, AdministratorName administratorName, ServerAzureADAdministratorInner parameters)

Creates or updates an existing Azure Active Directory administrator.

abstract ServerAzureADAdministratorInner createOrUpdate(String resourceGroupName, String serverName, AdministratorName administratorName, ServerAzureADAdministratorInner parameters, Context context)

Creates or updates an existing Azure Active Directory administrator.

abstract Mono<ServerAzureADAdministratorInner> createOrUpdateAsync(String resourceGroupName, String serverName, AdministratorName administratorName, ServerAzureADAdministratorInner parameters)

Creates or updates an existing Azure Active Directory administrator.

abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, AdministratorName administratorName, ServerAzureADAdministratorInner parameters)

Creates or updates an existing Azure Active Directory administrator.

abstract void delete(String resourceGroupName, String serverName, AdministratorName administratorName)

Deletes the Azure Active Directory administrator with the given name.

abstract void delete(String resourceGroupName, String serverName, AdministratorName administratorName, Context context)

Deletes the Azure Active Directory administrator with the given name.

abstract Mono<Void> deleteAsync(String resourceGroupName, String serverName, AdministratorName administratorName)

Deletes the Azure Active Directory administrator with the given name.

abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String serverName, AdministratorName administratorName)

Deletes the Azure Active Directory administrator with the given name.

abstract ServerAzureADAdministratorInner get(String resourceGroupName, String serverName, AdministratorName administratorName)

Gets a Azure Active Directory administrator.

abstract Mono<ServerAzureADAdministratorInner> getAsync(String resourceGroupName, String serverName, AdministratorName administratorName)

Gets a Azure Active Directory administrator.

abstract Response<ServerAzureADAdministratorInner> getWithResponse(String resourceGroupName, String serverName, AdministratorName administratorName, Context context)

Gets a Azure Active Directory administrator.

abstract Mono<Response<ServerAzureADAdministratorInner>> getWithResponseAsync(String resourceGroupName, String serverName, AdministratorName administratorName)

Gets a Azure Active Directory administrator.

abstract PagedIterable<ServerAzureADAdministratorInner> listByServer(String resourceGroupName, String serverName)

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

abstract PagedIterable<ServerAzureADAdministratorInner> listByServer(String resourceGroupName, String serverName, Context context)

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

abstract PagedFlux<ServerAzureADAdministratorInner> listByServerAsync(String resourceGroupName, String serverName)

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

Method Details

beginCreateOrUpdate

public abstract SyncPoller,ServerAzureADAdministratorInner> beginCreateOrUpdate(String resourceGroupName, String serverName, AdministratorName administratorName, ServerAzureADAdministratorInner parameters)

Creates or updates an existing Azure Active Directory administrator.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
administratorName - The name of server active directory administrator.
parameters - The requested Azure Active Directory administrator Resource state.

Returns:

the SyncPoller<T,U> for polling of azure Active Directory administrator.

beginCreateOrUpdate

public abstract SyncPoller,ServerAzureADAdministratorInner> beginCreateOrUpdate(String resourceGroupName, String serverName, AdministratorName administratorName, ServerAzureADAdministratorInner parameters, Context context)

Creates or updates an existing Azure Active Directory administrator.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
administratorName - The name of server active directory administrator.
parameters - The requested Azure Active Directory administrator Resource state.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of azure Active Directory administrator.

beginCreateOrUpdateAsync

public abstract PollerFlux,ServerAzureADAdministratorInner> beginCreateOrUpdateAsync(String resourceGroupName, String serverName, AdministratorName administratorName, ServerAzureADAdministratorInner parameters)

Creates or updates an existing Azure Active Directory administrator.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
administratorName - The name of server active directory administrator.
parameters - The requested Azure Active Directory administrator Resource state.

Returns:

the PollerFlux<T,U> for polling of azure Active Directory administrator.

beginDelete

public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String serverName, AdministratorName administratorName)

Deletes the Azure Active Directory administrator with the given name.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
administratorName - The name of server active directory administrator.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDelete

public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String serverName, AdministratorName administratorName, Context context)

Deletes the Azure Active Directory administrator with the given name.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
administratorName - The name of server active directory administrator.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDeleteAsync

public abstract PollerFlux,Void> beginDeleteAsync(String resourceGroupName, String serverName, AdministratorName administratorName)

Deletes the Azure Active Directory administrator with the given name.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
administratorName - The name of server active directory administrator.

Returns:

the PollerFlux<T,U> for polling of long-running operation.

createOrUpdate

public abstract ServerAzureADAdministratorInner createOrUpdate(String resourceGroupName, String serverName, AdministratorName administratorName, ServerAzureADAdministratorInner parameters)

Creates or updates an existing Azure Active Directory administrator.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
administratorName - The name of server active directory administrator.
parameters - The requested Azure Active Directory administrator Resource state.

Returns:

azure Active Directory administrator.

createOrUpdate

public abstract ServerAzureADAdministratorInner createOrUpdate(String resourceGroupName, String serverName, AdministratorName administratorName, ServerAzureADAdministratorInner parameters, Context context)

Creates or updates an existing Azure Active Directory administrator.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
administratorName - The name of server active directory administrator.
parameters - The requested Azure Active Directory administrator Resource state.
context - The context to associate with this operation.

Returns:

azure Active Directory administrator.

createOrUpdateAsync

public abstract Mono createOrUpdateAsync(String resourceGroupName, String serverName, AdministratorName administratorName, ServerAzureADAdministratorInner parameters)

Creates or updates an existing Azure Active Directory administrator.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
administratorName - The name of server active directory administrator.
parameters - The requested Azure Active Directory administrator Resource state.

Returns:

azure Active Directory administrator on successful completion of Mono.

createOrUpdateWithResponseAsync

public abstract Mono>> createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, AdministratorName administratorName, ServerAzureADAdministratorInner parameters)

Creates or updates an existing Azure Active Directory administrator.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
administratorName - The name of server active directory administrator.
parameters - The requested Azure Active Directory administrator Resource state.

Returns:

azure Active Directory administrator along with Response<T> on successful completion of Mono.

delete

public abstract void delete(String resourceGroupName, String serverName, AdministratorName administratorName)

Deletes the Azure Active Directory administrator with the given name.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
administratorName - The name of server active directory administrator.

delete

public abstract void delete(String resourceGroupName, String serverName, AdministratorName administratorName, Context context)

Deletes the Azure Active Directory administrator with the given name.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
administratorName - The name of server active directory administrator.
context - The context to associate with this operation.

deleteAsync

public abstract Mono deleteAsync(String resourceGroupName, String serverName, AdministratorName administratorName)

Deletes the Azure Active Directory administrator with the given name.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
administratorName - The name of server active directory administrator.

Returns:

A Mono that completes when a successful response is received.

deleteWithResponseAsync

public abstract Mono>> deleteWithResponseAsync(String resourceGroupName, String serverName, AdministratorName administratorName)

Deletes the Azure Active Directory administrator with the given name.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
administratorName - The name of server active directory administrator.

Returns:

the Response<T> on successful completion of Mono.

get

public abstract ServerAzureADAdministratorInner get(String resourceGroupName, String serverName, AdministratorName administratorName)

Gets a Azure Active Directory administrator.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
administratorName - The name of server active directory administrator.

Returns:

a Azure Active Directory administrator.

getAsync

public abstract Mono getAsync(String resourceGroupName, String serverName, AdministratorName administratorName)

Gets a Azure Active Directory administrator.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
administratorName - The name of server active directory administrator.

Returns:

a Azure Active Directory administrator on successful completion of Mono.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String serverName, AdministratorName administratorName, Context context)

Gets a Azure Active Directory administrator.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
administratorName - The name of server active directory administrator.
context - The context to associate with this operation.

Returns:

a Azure Active Directory administrator along with Response<T>.

getWithResponseAsync

public abstract Mono> getWithResponseAsync(String resourceGroupName, String serverName, AdministratorName administratorName)

Gets a Azure Active Directory administrator.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
administratorName - The name of server active directory administrator.

Returns:

a Azure Active Directory administrator along with Response<T> on successful completion of Mono.

listByServer

public abstract PagedIterable listByServer(String resourceGroupName, String serverName)

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

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.

Returns:

a list of Azure Active Directory administrators in a server as paginated response with PagedIterable<T>.

listByServer

public abstract PagedIterable listByServer(String resourceGroupName, String serverName, Context context)

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

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
context - The context to associate with this operation.

Returns:

a list of Azure Active Directory administrators in a server as paginated response with PagedIterable<T>.

listByServerAsync

public abstract PagedFlux listByServerAsync(String resourceGroupName, String serverName)

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

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.

Returns:

a list of Azure Active Directory administrators in a server as paginated response with PagedFlux<T>.

Applies to