MonitorsOperations interface
Interface representing a Monitors operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create | Create a new Elastic monitor resource in your Azure subscription, enabling observability and monitoring of your Azure resources through Elastic. |
| delete | Delete an existing Elastic monitor resource from your Azure subscription, removing its observability and monitoring capabilities. |
| get | Get detailed properties of a specific Elastic monitor resource, helping you manage observability and performance. |
| list | List all Elastic monitor resources within a specified subscription, helping you audit and manage your monitoring setup. |
| list |
List all Elastic monitor resources within a specified resource group of the subscription, helping you audit and manage your monitoring setup. |
| update | Update an existing Elastic monitor resource in your Azure subscription, ensuring optimal observability and performance. |
Property Details
beginCreate
Warning
This API is now deprecated.
use create instead
beginCreate: (resourceGroupName: string, monitorName: string, options?: MonitorsCreateOptionalParams) => Promise<SimplePollerLike<OperationState<ElasticMonitorResource>, ElasticMonitorResource>>
Property Value
(resourceGroupName: string, monitorName: string, options?: MonitorsCreateOptionalParams) => Promise<SimplePollerLike<OperationState<ElasticMonitorResource>, ElasticMonitorResource>>
beginCreateAndWait
Warning
This API is now deprecated.
use create instead
beginCreateAndWait: (resourceGroupName: string, monitorName: string, options?: MonitorsCreateOptionalParams) => Promise<ElasticMonitorResource>
Property Value
(resourceGroupName: string, monitorName: string, options?: MonitorsCreateOptionalParams) => Promise<ElasticMonitorResource>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, monitorName: string, options?: MonitorsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, monitorName: string, options?: MonitorsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, monitorName: string, options?: MonitorsDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, monitorName: string, options?: MonitorsDeleteOptionalParams) => Promise<void>
beginUpdate
Warning
This API is now deprecated.
use update instead
beginUpdate: (resourceGroupName: string, monitorName: string, options?: MonitorsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ElasticMonitorResource>, ElasticMonitorResource>>
Property Value
(resourceGroupName: string, monitorName: string, options?: MonitorsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ElasticMonitorResource>, ElasticMonitorResource>>
beginUpdateAndWait
Warning
This API is now deprecated.
use update instead
beginUpdateAndWait: (resourceGroupName: string, monitorName: string, options?: MonitorsUpdateOptionalParams) => Promise<ElasticMonitorResource>
Property Value
(resourceGroupName: string, monitorName: string, options?: MonitorsUpdateOptionalParams) => Promise<ElasticMonitorResource>
create
Create a new Elastic monitor resource in your Azure subscription, enabling observability and monitoring of your Azure resources through Elastic.
create: (resourceGroupName: string, monitorName: string, options?: MonitorsCreateOptionalParams) => PollerLike<OperationState<ElasticMonitorResource>, ElasticMonitorResource>
Property Value
(resourceGroupName: string, monitorName: string, options?: MonitorsCreateOptionalParams) => PollerLike<OperationState<ElasticMonitorResource>, ElasticMonitorResource>
delete
Delete an existing Elastic monitor resource from your Azure subscription, removing its observability and monitoring capabilities.
delete: (resourceGroupName: string, monitorName: string, options?: MonitorsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, monitorName: string, options?: MonitorsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Get detailed properties of a specific Elastic monitor resource, helping you manage observability and performance.
get: (resourceGroupName: string, monitorName: string, options?: MonitorsGetOptionalParams) => Promise<ElasticMonitorResource>
Property Value
(resourceGroupName: string, monitorName: string, options?: MonitorsGetOptionalParams) => Promise<ElasticMonitorResource>
list
List all Elastic monitor resources within a specified subscription, helping you audit and manage your monitoring setup.
list: (options?: MonitorsListOptionalParams) => PagedAsyncIterableIterator<ElasticMonitorResource, ElasticMonitorResource[], PageSettings>
Property Value
(options?: MonitorsListOptionalParams) => PagedAsyncIterableIterator<ElasticMonitorResource, ElasticMonitorResource[], PageSettings>
listByResourceGroup
List all Elastic monitor resources within a specified resource group of the subscription, helping you audit and manage your monitoring setup.
listByResourceGroup: (resourceGroupName: string, options?: MonitorsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<ElasticMonitorResource, ElasticMonitorResource[], PageSettings>
Property Value
(resourceGroupName: string, options?: MonitorsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<ElasticMonitorResource, ElasticMonitorResource[], PageSettings>
update
Update an existing Elastic monitor resource in your Azure subscription, ensuring optimal observability and performance.
update: (resourceGroupName: string, monitorName: string, options?: MonitorsUpdateOptionalParams) => PollerLike<OperationState<ElasticMonitorResource>, ElasticMonitorResource>
Property Value
(resourceGroupName: string, monitorName: string, options?: MonitorsUpdateOptionalParams) => PollerLike<OperationState<ElasticMonitorResource>, ElasticMonitorResource>