Share via


DeploymentInfo interface

Interface representing a DeploymentInfo.

Methods

list(string, string, DeploymentInfoListOptionalParams)

Fetch detailed information about Elastic cloud deployments corresponding to the Elastic monitor resource.

Method Details

list(string, string, DeploymentInfoListOptionalParams)

Fetch detailed information about Elastic cloud deployments corresponding to the Elastic monitor resource.

function list(resourceGroupName: string, monitorName: string, options?: DeploymentInfoListOptionalParams): Promise<DeploymentInfoResponse>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

monitorName

string

Monitor resource name

options
DeploymentInfoListOptionalParams

The options parameters.

Returns