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
External |
createOrUpdate(String resourceGroupName, String monitorName)
Create User inside elastic deployment which are used by customers to perform operations on the elastic deployment. |
|
abstract
Response<External |
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:
Returns:
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:
Returns: