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