DeploymentInfo interface
Interface representing a DeploymentInfo.
Methods
list(string, string, Deployment |
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. The name is case insensitive.
- monitorName
-
string
Monitor resource name
- options
- DeploymentInfoListOptionalParams
The options parameters.
Returns
Promise<DeploymentInfoResponse>