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.

Parameters:

  • resource_group_name (String)

    Resource group name

  • provider_name (String)

    Resource provider name

  • resource_parent_type (String)

    Resource parent type

  • resource_parent_name (String)

    Resource parent identifier

  • 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:

  • (MsRestAzure::AzureOperationResponse)

    HTTP response information.



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