Method: Azure::Maintenance::Mgmt::V2018_06_01_preview::ConfigurationAssignments#delete

Defined in:
lib/2018-06-01-preview/generated/azure_mgmt_maintenance/configuration_assignments.rb

#delete(resource_group_name, provider_name, resource_type, resource_name, configuration_assignment_name, custom_headers: nil) ⇒ ConfigurationAssignment

Unregister configuration for resource

Unregister configuration for resource.

name will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    Resource group name

  • provider_name (String)

    Resource provider name

  • resource_type (String)

    Resource type

  • resource_name (String)

    Resource identifier

  • configuration_assignment_name (String)

    Unique configuration assignment

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

    A hash of custom headers that

Returns:

  • (ConfigurationAssignment)

    operation results.



423
424
425
426
# File 'lib/2018-06-01-preview/generated/azure_mgmt_maintenance/configuration_assignments.rb', line 423

def delete(resource_group_name, provider_name, resource_type, resource_name, configuration_assignment_name, custom_headers:nil)
  response = delete_async(resource_group_name, provider_name, resource_type, resource_name, configuration_assignment_name, custom_headers:custom_headers).value!
  response.body unless response.nil?
end