ExternalUser interface

Interface representing a ExternalUser.

Methods

createOrUpdate(string, string, ExternalUserCreateOrUpdateOptionalParams)

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

Method Details

createOrUpdate(string, string, ExternalUserCreateOrUpdateOptionalParams)

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

function createOrUpdate(resourceGroupName: string, monitorName: string, options?: ExternalUserCreateOrUpdateOptionalParams): Promise<ExternalUserCreationResponse>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

monitorName

string

Monitor resource name

options
ExternalUserCreateOrUpdateOptionalParams

The options parameters.

Returns