Share via


ExternalUsersClient Interface

public interface ExternalUsersClient

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

Method Summary

Modifier and Type Method and Description
abstract ExternalUserCreationResponseInner createOrUpdate(String resourceGroupName, String monitorName)

Create User inside elastic deployment which are used by customers to perform operations on the elastic deployment.

abstract Response<ExternalUserCreationResponseInner> createOrUpdateWithResponse(String resourceGroupName, String monitorName, ExternalUserInfo body, Context context)

Create User inside elastic deployment which are used by customers to perform operations on the elastic deployment.

Method Details

createOrUpdate

public abstract ExternalUserCreationResponseInner createOrUpdate(String resourceGroupName, String monitorName)

Create User inside elastic deployment which are used by customers to perform operations on the elastic deployment.

Parameters:

resourceGroupName - The name of the resource group to which the Elastic resource belongs.
monitorName - Monitor resource name.

Returns:

the properties of the response we got from elastic while creating external user.

createOrUpdateWithResponse

public abstract Response<ExternalUserCreationResponseInner> createOrUpdateWithResponse(String resourceGroupName, String monitorName, ExternalUserInfo body, Context context)

Create User inside elastic deployment which are used by customers to perform operations on the elastic deployment.

Parameters:

resourceGroupName - The name of the resource group to which the Elastic resource belongs.
monitorName - Monitor resource name.
body - Elastic External User Creation Parameters.
context - The context to associate with this operation.

Returns:

the properties of the response we got from elastic while creating external user along with Response<T>.

Applies to