Organizations interface
Interface representing a Organizations.
Methods
| begin |
Resubscribe the Elasticsearch Organization. |
| begin |
Resubscribe the Elasticsearch Organization. |
| get |
Fetch the User API Key from the internal database, if it was generated and stored during the creation of the Elasticsearch Organization. |
| get |
Retrieve mapping details between the Elastic Organization and Azure Subscription for the logged-in user. |
Method Details
beginResubscribe(string, string, OrganizationsResubscribeOptionalParams)
Resubscribe the Elasticsearch Organization.
function beginResubscribe(resourceGroupName: string, monitorName: string, options?: OrganizationsResubscribeOptionalParams): Promise<SimplePollerLike<OperationState<ElasticMonitorResource>, ElasticMonitorResource>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- monitorName
-
string
Monitor resource name
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<ElasticMonitorResource>, ElasticMonitorResource>>
beginResubscribeAndWait(string, string, OrganizationsResubscribeOptionalParams)
Resubscribe the Elasticsearch Organization.
function beginResubscribeAndWait(resourceGroupName: string, monitorName: string, options?: OrganizationsResubscribeOptionalParams): Promise<ElasticMonitorResource>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- monitorName
-
string
Monitor resource name
The options parameters.
Returns
Promise<ElasticMonitorResource>
getApiKey(OrganizationsGetApiKeyOptionalParams)
Fetch the User API Key from the internal database, if it was generated and stored during the creation of the Elasticsearch Organization.
function getApiKey(options?: OrganizationsGetApiKeyOptionalParams): Promise<UserApiKeyResponse>
Parameters
The options parameters.
Returns
Promise<UserApiKeyResponse>
getElasticToAzureSubscriptionMapping(OrganizationsGetElasticToAzureSubscriptionMappingOptionalParams)
Retrieve mapping details between the Elastic Organization and Azure Subscription for the logged-in user.
function getElasticToAzureSubscriptionMapping(options?: OrganizationsGetElasticToAzureSubscriptionMappingOptionalParams): Promise<ElasticOrganizationToAzureSubscriptionMappingResponse>
Parameters
The options parameters.