Method: Azure::Maintenance::Mgmt::V2018_06_01_preview::ConfigurationAssignments#delete_parent_with_http_info
- Defined in:
- lib/2018-06-01-preview/generated/azure_mgmt_maintenance/configuration_assignments.rb
#delete_parent_with_http_info(resource_group_name, provider_name, resource_parent_type, resource_parent_name, resource_type, resource_name, configuration_assignment_name, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse
Unregister configuration for resource
Unregister configuration for resource.
name will be added to the HTTP request.
199 200 201 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_maintenance/configuration_assignments.rb', line 199 def delete_parent_with_http_info(resource_group_name, provider_name, resource_parent_type, resource_parent_name, resource_type, resource_name, configuration_assignment_name, custom_headers:nil) delete_parent_async(resource_group_name, provider_name, resource_parent_type, resource_parent_name, resource_type, resource_name, configuration_assignment_name, custom_headers:custom_headers).value! end |