DeploymentInfo interface

Interface representing a DeploymentInfo.

Methods

list(string, string, DeploymentInfoListOptionalParams)

Fetch information regarding Elastic cloud deployment corresponding to the Elastic monitor resource.

Method Details

list(string, string, DeploymentInfoListOptionalParams)

Fetch information regarding Elastic cloud deployment 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 to which the Elastic resource belongs.

monitorName

string

Monitor resource name

options
DeploymentInfoListOptionalParams

The options parameters.

Returns