Method: Azure::DataBoxEdge::Mgmt::V2019_08_01::Alerts#get_with_http_info

Defined in:
lib/2019-08-01/generated/azure_mgmt_databoxedge/alerts.rb

#get_with_http_info(device_name, name, resource_group_name, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse

Gets an alert by name.

will be added to the HTTP request.

Parameters:

  • device_name (String)

    The device name.

  • name (String)

    The alert name.

  • resource_group_name (String)

    The resource group name.

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (MsRestAzure::AzureOperationResponse)

    HTTP response information.



145
146
147
# File 'lib/2019-08-01/generated/azure_mgmt_databoxedge/alerts.rb', line 145

def get_with_http_info(device_name, name, resource_group_name, custom_headers:nil)
  get_async(device_name, name, resource_group_name, custom_headers:custom_headers).value!
end