Interface DeploymentInfoes


public interface DeploymentInfoes
Resource collection API of DeploymentInfoes.
  • Method Summary

    Modifier and Type
    Method
    Description
    list(String resourceGroupName, String monitorName)
    Fetch information regarding Elastic cloud deployment corresponding to the Elastic monitor resource.
    com.azure.core.http.rest.Response<DeploymentInfoResponse>
    listWithResponse(String resourceGroupName, String monitorName, com.azure.core.util.Context context)
    Fetch information regarding Elastic cloud deployment corresponding to the Elastic monitor resource.
  • Method Details

    • listWithResponse

      com.azure.core.http.rest.Response<DeploymentInfoResponse> listWithResponse(String resourceGroupName, String monitorName, com.azure.core.util.Context context)
      Fetch information regarding Elastic cloud deployment corresponding to the Elastic monitor resource.
      Parameters:
      resourceGroupName - The name of the resource group to which the Elastic resource belongs.
      monitorName - Monitor resource name.
      context - The context to associate with this operation.
      Returns:
      the properties of deployment in Elastic cloud corresponding to the Elastic monitor resource along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • list

      DeploymentInfoResponse list(String resourceGroupName, String monitorName)
      Fetch information regarding Elastic cloud deployment corresponding to the Elastic monitor resource.
      Parameters:
      resourceGroupName - The name of the resource group to which the Elastic resource belongs.
      monitorName - Monitor resource name.
      Returns:
      the properties of deployment in Elastic cloud corresponding to the Elastic monitor resource.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.