ExternalUser interface
Interface representing a ExternalUser.
Methods
create |
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
The options parameters.
Returns
Promise<ExternalUserCreationResponse>