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