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.
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 |