OrganizationsOperations interface

Interface representing a Organizations operations.

Properties

beginResubscribe
beginResubscribeAndWait
getApiKey

Fetch the User API Key from the internal database, if it was generated and stored during the creation of the Elasticsearch Organization.

getElasticToAzureSubscriptionMapping

; /** Retrieve mapping details between the Elastic Organization and Azure Subscription for the logged-in user.

resubscribe

Resubscribe the Elasticsearch Organization.

Property Details

beginResubscribe

Warning

This API is now deprecated.

use resubscribe instead

beginResubscribe: (resourceGroupName: string, monitorName: string, options?: OrganizationsResubscribeOptionalParams) => Promise<SimplePollerLike<OperationState<ElasticMonitorResource>, ElasticMonitorResource>>

Property Value

(resourceGroupName: string, monitorName: string, options?: OrganizationsResubscribeOptionalParams) => Promise<SimplePollerLike<OperationState<ElasticMonitorResource>, ElasticMonitorResource>>

beginResubscribeAndWait

Warning

This API is now deprecated.

use resubscribe instead

beginResubscribeAndWait: (resourceGroupName: string, monitorName: string, options?: OrganizationsResubscribeOptionalParams) => Promise<ElasticMonitorResource>

Property Value

(resourceGroupName: string, monitorName: string, options?: OrganizationsResubscribeOptionalParams) => Promise<ElasticMonitorResource>

getApiKey

Fetch the User API Key from the internal database, if it was generated and stored during the creation of the Elasticsearch Organization.

getApiKey: (options?: OrganizationsGetApiKeyOptionalParams) => Promise<UserApiKeyResponse>

Property Value

(options?: OrganizationsGetApiKeyOptionalParams) => Promise<UserApiKeyResponse>

getElasticToAzureSubscriptionMapping

; /** Retrieve mapping details between the Elastic Organization and Azure Subscription for the logged-in user.

getElasticToAzureSubscriptionMapping: (options?: OrganizationsGetElasticToAzureSubscriptionMappingOptionalParams) => Promise<ElasticOrganizationToAzureSubscriptionMappingResponse>

Property Value

(options?: OrganizationsGetElasticToAzureSubscriptionMappingOptionalParams) => Promise<ElasticOrganizationToAzureSubscriptionMappingResponse>

resubscribe

Resubscribe the Elasticsearch Organization.

resubscribe: (resourceGroupName: string, monitorName: string, options?: OrganizationsResubscribeOptionalParams) => PollerLike<OperationState<ElasticMonitorResource>, ElasticMonitorResource>

Property Value

(resourceGroupName: string, monitorName: string, options?: OrganizationsResubscribeOptionalParams) => PollerLike<OperationState<ElasticMonitorResource>, ElasticMonitorResource>