Method: Azure::Network::Mgmt::V2019_12_01::DdosProtectionPlans#list_by_resource_group_with_http_info

Defined in:
lib/2019-12-01/generated/azure_mgmt_network/ddos_protection_plans.rb

#list_by_resource_group_with_http_info(resource_group_name, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse

Gets all the DDoS protection plans in a resource group.

will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

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

    A hash of custom headers that

Returns:

  • (MsRestAzure::AzureOperationResponse)

    HTTP response information.



429
430
431
# File 'lib/2019-12-01/generated/azure_mgmt_network/ddos_protection_plans.rb', line 429

def list_by_resource_group_with_http_info(resource_group_name, custom_headers:nil)
  list_by_resource_group_async(resource_group_name, custom_headers:custom_headers).value!
end