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

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

#list_with_http_info(resource_group_name, provider_name, resource_type, resource_name, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse

List configurationAssignments for resource

List configurationAssignments for resource.

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

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

    A hash of custom headers that

Returns:

  • (MsRestAzure::AzureOperationResponse)

    HTTP response information.



671
672
673
# File 'lib/2018-06-01-preview/generated/azure_mgmt_maintenance/configuration_assignments.rb', line 671

def list_with_http_info(resource_group_name, provider_name, resource_type, resource_name, custom_headers:nil)
  list_async(resource_group_name, provider_name, resource_type, resource_name, custom_headers:custom_headers).value!
end