azure_mgmt_media_services 0.21.0 → 0.21.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (262) hide show
  1. checksums.yaml +4 -4
  2. data/lib/2015-10-01/generated/azure_mgmt_media_services/media_services_management_client.rb +1 -1
  3. data/lib/2018-03-30-preview/generated/azure_mgmt_media_services/azure_media_services.rb +1 -1
  4. data/lib/2018-06-01-preview/generated/azure_mgmt_media_services/azure_media_services.rb +1 -1
  5. data/lib/2018-07-01/generated/azure_mgmt_media_services/azure_media_services.rb +1 -1
  6. data/lib/2020-05-01/generated/azure_mgmt_media_services.rb +96 -72
  7. data/lib/2020-05-01/generated/azure_mgmt_media_services/azure_media_services.rb +1 -1
  8. data/lib/2020-05-01/generated/azure_mgmt_media_services/models/account_filter.rb +13 -0
  9. data/lib/2020-05-01/generated/azure_mgmt_media_services/models/asset.rb +13 -0
  10. data/lib/2020-05-01/generated/azure_mgmt_media_services/models/asset_filter.rb +13 -0
  11. data/lib/{2019-05-01-preview/generated/azure_mgmt_media_services/models/aac_audio_profile.rb → 2020-05-01/generated/azure_mgmt_media_services/models/attribute_filter.rb} +7 -6
  12. data/lib/{2019-05-01-preview/generated/azure_mgmt_media_services/models/copy_audio.rb → 2020-05-01/generated/azure_mgmt_media_services/models/audio_track_descriptor.rb} +20 -13
  13. data/lib/2020-05-01/generated/azure_mgmt_media_services/models/azure_entity_resource.rb +3 -1
  14. data/lib/{2019-05-01-preview/generated/azure_mgmt_media_services/models/priority.rb → 2020-05-01/generated/azure_mgmt_media_services/models/blur_type.rb} +6 -4
  15. data/lib/2020-05-01/generated/azure_mgmt_media_services/models/built_in_standard_encoder_preset.rb +3 -1
  16. data/lib/2020-05-01/generated/azure_mgmt_media_services/models/channel_mapping.rb +22 -0
  17. data/lib/2020-05-01/generated/azure_mgmt_media_services/models/codec.rb +1 -0
  18. data/lib/2020-05-01/generated/azure_mgmt_media_services/models/content_key_policy.rb +13 -0
  19. data/lib/2020-05-01/generated/azure_mgmt_media_services/models/created_by_type.rb +18 -0
  20. data/lib/2020-05-01/generated/azure_mgmt_media_services/models/encoder_named_preset.rb +5 -0
  21. data/lib/2020-05-01/generated/azure_mgmt_media_services/models/face_detector_preset.rb +33 -1
  22. data/lib/{2019-05-01-preview/generated/azure_mgmt_media_services/models/live_event_input_protocol.rb → 2020-05-01/generated/azure_mgmt_media_services/models/face_redactor_mode.rb} +6 -5
  23. data/lib/2020-05-01/generated/azure_mgmt_media_services/models/format.rb +2 -2
  24. data/lib/{2019-05-01-preview/generated/azure_mgmt_media_services/models/content_key_policy_play_ready_configuration.rb → 2020-05-01/generated/azure_mgmt_media_services/models/from_all_input_file.rb} +20 -30
  25. data/lib/{2019-05-01-preview/generated/azure_mgmt_media_services/models/mp4format.rb → 2020-05-01/generated/azure_mgmt_media_services/models/from_each_input_file.rb} +24 -27
  26. data/lib/{2019-05-01-preview/generated/azure_mgmt_media_services/models/h264complexity.rb → 2020-05-01/generated/azure_mgmt_media_services/models/h265complexity.rb} +3 -3
  27. data/lib/{2019-05-01-preview/generated/azure_mgmt_media_services/models/h264layer.rb → 2020-05-01/generated/azure_mgmt_media_services/models/h265layer.rb} +10 -24
  28. data/lib/{2019-05-01-preview/generated/azure_mgmt_media_services/models/h264video.rb → 2020-05-01/generated/azure_mgmt_media_services/models/h265video.rb} +27 -17
  29. data/lib/{2019-05-01-preview/generated/azure_mgmt_media_services/models/video_layer.rb → 2020-05-01/generated/azure_mgmt_media_services/models/h265video_layer.rb} +12 -11
  30. data/lib/{2019-05-01-preview/generated/azure_mgmt_media_services/models/entropy_mode.rb → 2020-05-01/generated/azure_mgmt_media_services/models/h265video_profile.rb} +5 -5
  31. data/lib/2020-05-01/generated/azure_mgmt_media_services/models/input_definition.rb +72 -0
  32. data/lib/{2019-05-01-preview/generated/azure_mgmt_media_services/models/transport_stream_format.rb → 2020-05-01/generated/azure_mgmt_media_services/models/input_file.rb} +30 -24
  33. data/lib/2020-05-01/generated/azure_mgmt_media_services/models/job.rb +13 -0
  34. data/lib/2020-05-01/generated/azure_mgmt_media_services/models/job_input.rb +1 -0
  35. data/lib/2020-05-01/generated/azure_mgmt_media_services/models/job_input_asset.rb +19 -0
  36. data/lib/2020-05-01/generated/azure_mgmt_media_services/models/job_input_clip.rb +24 -0
  37. data/lib/2020-05-01/generated/azure_mgmt_media_services/models/job_input_http.rb +19 -0
  38. data/lib/{2019-05-01-preview/generated/azure_mgmt_media_services/models/job_inputs.rb → 2020-05-01/generated/azure_mgmt_media_services/models/job_input_sequence.rb} +11 -12
  39. data/lib/2020-05-01/generated/azure_mgmt_media_services/models/layer.rb +2 -0
  40. data/lib/2020-05-01/generated/azure_mgmt_media_services/models/live_event.rb +13 -0
  41. data/lib/2020-05-01/generated/azure_mgmt_media_services/models/media_service.rb +13 -0
  42. data/lib/2020-05-01/generated/azure_mgmt_media_services/models/metric_specification.rb +13 -0
  43. data/lib/2020-05-01/generated/azure_mgmt_media_services/models/overlay.rb +4 -3
  44. data/lib/2020-05-01/generated/azure_mgmt_media_services/models/proxy_resource.rb +4 -2
  45. data/lib/2020-05-01/generated/azure_mgmt_media_services/models/resource.rb +8 -5
  46. data/lib/{2019-05-01-preview/generated/azure_mgmt_media_services/models/job_output_asset.rb → 2020-05-01/generated/azure_mgmt_media_services/models/select_audio_track_by_attribute.rb} +34 -35
  47. data/lib/{2019-05-01-preview/generated/azure_mgmt_media_services/models/png_layer.rb → 2020-05-01/generated/azure_mgmt_media_services/models/select_audio_track_by_id.rb} +18 -23
  48. data/lib/2020-05-01/generated/azure_mgmt_media_services/models/select_video_track_by_attribute.rb +91 -0
  49. data/lib/{2019-05-01-preview/generated/azure_mgmt_media_services/models/image_format.rb → 2020-05-01/generated/azure_mgmt_media_services/models/select_video_track_by_id.rb} +15 -12
  50. data/lib/2020-05-01/generated/azure_mgmt_media_services/models/streaming_endpoint.rb +13 -0
  51. data/lib/2020-05-01/generated/azure_mgmt_media_services/models/streaming_locator.rb +13 -0
  52. data/lib/2020-05-01/generated/azure_mgmt_media_services/models/streaming_policy.rb +13 -0
  53. data/lib/2020-05-01/generated/azure_mgmt_media_services/models/system_data.rb +105 -0
  54. data/lib/{2019-05-01-preview/generated/azure_mgmt_media_services/models/job_retry.rb → 2020-05-01/generated/azure_mgmt_media_services/models/track_attribute.rb} +5 -5
  55. data/lib/2020-05-01/generated/azure_mgmt_media_services/models/track_descriptor.rb +52 -0
  56. data/lib/2020-05-01/generated/azure_mgmt_media_services/models/tracked_resource.rb +4 -1
  57. data/lib/2020-05-01/generated/azure_mgmt_media_services/models/transform.rb +13 -0
  58. data/lib/{2019-05-01-preview/generated/azure_mgmt_media_services/models/content_key_policy_clear_key_configuration.rb → 2020-05-01/generated/azure_mgmt_media_services/models/video_track_descriptor.rb} +7 -7
  59. data/lib/azure_mgmt_media_services.rb +0 -1
  60. data/lib/profiles/latest/modules/mediaservices_profile_module.rb +336 -240
  61. data/lib/version.rb +1 -1
  62. metadata +26 -220
  63. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services.rb +0 -242
  64. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/account_filters.rb +0 -698
  65. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/asset_filters.rb +0 -719
  66. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/assets.rb +0 -1069
  67. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/azure_media_services.rb +0 -180
  68. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/content_key_policies.rb +0 -829
  69. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/jobs.rb +0 -826
  70. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/live_events.rb +0 -1308
  71. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/live_outputs.rb +0 -716
  72. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/locations.rb +0 -132
  73. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/mediaservices.rb +0 -1089
  74. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/aac_audio.rb +0 -94
  75. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/absolute_clip_time.rb +0 -65
  76. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/account_filter.rb +0 -106
  77. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/account_filter_collection.rb +0 -99
  78. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/akamai_access_control.rb +0 -56
  79. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/akamai_signature_header_authentication_key.rb +0 -68
  80. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/analysis_resolution.rb +0 -16
  81. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/api_error.rb +0 -47
  82. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/asset.rb +0 -156
  83. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/asset_collection.rb +0 -99
  84. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/asset_container_permission.rb +0 -17
  85. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/asset_container_sas.rb +0 -54
  86. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/asset_file_encryption_metadata.rb +0 -68
  87. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/asset_filter.rb +0 -106
  88. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/asset_filter_collection.rb +0 -99
  89. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/asset_storage_encryption_format.rb +0 -16
  90. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/asset_streaming_locator.rb +0 -133
  91. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/audio.rb +0 -92
  92. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/audio_analyzer_preset.rb +0 -79
  93. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/audio_overlay.rb +0 -98
  94. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/built_in_standard_encoder_preset.rb +0 -67
  95. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/cbcs_drm_configuration.rb +0 -73
  96. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/cenc_drm_configuration.rb +0 -61
  97. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/check_name_availability_input.rb +0 -58
  98. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/clip_time.rb +0 -47
  99. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/codec.rb +0 -66
  100. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/common_encryption_cbcs.rb +0 -95
  101. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/common_encryption_cenc.rb +0 -95
  102. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/content_key_policy.rb +0 -129
  103. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/content_key_policy_collection.rb +0 -100
  104. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/content_key_policy_configuration.rb +0 -51
  105. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/content_key_policy_fair_play_configuration.rb +0 -111
  106. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/content_key_policy_fair_play_rental_and_lease_key_type.rb +0 -18
  107. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/content_key_policy_open_restriction.rb +0 -51
  108. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/content_key_policy_option.rb +0 -87
  109. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/content_key_policy_play_ready_content_encryption_key_from_header.rb +0 -51
  110. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/content_key_policy_play_ready_content_encryption_key_from_key_identifier.rb +0 -64
  111. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/content_key_policy_play_ready_content_key_location.rb +0 -49
  112. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/content_key_policy_play_ready_content_type.rb +0 -18
  113. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/content_key_policy_play_ready_explicit_analog_television_restriction.rb +0 -61
  114. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/content_key_policy_play_ready_license.rb +0 -154
  115. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/content_key_policy_play_ready_license_type.rb +0 -17
  116. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/content_key_policy_play_ready_play_right.rb +0 -195
  117. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/content_key_policy_play_ready_unknown_output_passing_option.rb +0 -18
  118. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/content_key_policy_properties.rb +0 -102
  119. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/content_key_policy_restriction.rb +0 -49
  120. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/content_key_policy_restriction_token_key.rb +0 -49
  121. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/content_key_policy_restriction_token_type.rb +0 -17
  122. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/content_key_policy_rsa_token_key.rb +0 -72
  123. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/content_key_policy_symmetric_token_key.rb +0 -61
  124. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/content_key_policy_token_claim.rb +0 -57
  125. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/content_key_policy_token_restriction.rb +0 -155
  126. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/content_key_policy_unknown_configuration.rb +0 -51
  127. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/content_key_policy_unknown_restriction.rb +0 -51
  128. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/content_key_policy_widevine_configuration.rb +0 -61
  129. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/content_key_policy_x509certificate_token_key.rb +0 -62
  130. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/copy_video.rb +0 -59
  131. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/cross_site_access_policies.rb +0 -58
  132. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/default_key.rb +0 -59
  133. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/deinterlace.rb +0 -60
  134. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/deinterlace_mode.rb +0 -16
  135. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/deinterlace_parity.rb +0 -17
  136. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/enabled_protocols.rb +0 -79
  137. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/encoder_named_preset.rb +0 -23
  138. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/encryption_scheme.rb +0 -18
  139. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/entity_name_availability_check_output.rb +0 -69
  140. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/envelope_encryption.rb +0 -100
  141. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/face_detector_preset.rb +0 -75
  142. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/filter_track_property_compare_operation.rb +0 -16
  143. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/filter_track_property_condition.rb +0 -71
  144. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/filter_track_property_type.rb +0 -20
  145. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/filter_track_selection.rb +0 -56
  146. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/filters.rb +0 -97
  147. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/first_quality.rb +0 -46
  148. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/format.rb +0 -69
  149. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/h264video_profile.rb +0 -20
  150. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/hls.rb +0 -47
  151. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/image.rb +0 -120
  152. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/insights_type.rb +0 -17
  153. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/ipaccess_control.rb +0 -55
  154. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/iprange.rb +0 -68
  155. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/job.rb +0 -184
  156. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/job_collection.rb +0 -99
  157. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/job_error.rb +0 -114
  158. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/job_error_category.rb +0 -19
  159. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/job_error_code.rb +0 -23
  160. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/job_error_detail.rb +0 -59
  161. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/job_input.rb +0 -49
  162. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/job_input_asset.rb +0 -107
  163. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/job_input_clip.rb +0 -117
  164. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/job_input_http.rb +0 -110
  165. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/job_output.rb +0 -112
  166. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/job_state.rb +0 -21
  167. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/jpg_format.rb +0 -58
  168. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/jpg_image.rb +0 -120
  169. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/jpg_layer.rb +0 -86
  170. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/layer.rb +0 -93
  171. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/list_container_sas_input.rb +0 -59
  172. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/list_content_keys_response.rb +0 -56
  173. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/list_paths_response.rb +0 -76
  174. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/list_streaming_locators_response.rb +0 -56
  175. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/live_event.rb +0 -248
  176. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/live_event_action_input.rb +0 -46
  177. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/live_event_encoding.rb +0 -60
  178. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/live_event_encoding_type.rb +0 -18
  179. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/live_event_endpoint.rb +0 -57
  180. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/live_event_input.rb +0 -107
  181. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/live_event_input_access_control.rb +0 -47
  182. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/live_event_input_track_selection.rb +0 -68
  183. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/live_event_list_result.rb +0 -110
  184. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/live_event_output_transcription_track.rb +0 -47
  185. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/live_event_preview.rb +0 -112
  186. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/live_event_preview_access_control.rb +0 -47
  187. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/live_event_resource_state.rb +0 -19
  188. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/live_event_transcription.rb +0 -87
  189. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/live_output.rb +0 -181
  190. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/live_output_list_result.rb +0 -111
  191. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/live_output_resource_state.rb +0 -17
  192. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/location.rb +0 -47
  193. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/media_service.rb +0 -118
  194. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/media_service_collection.rb +0 -99
  195. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/metric.rb +0 -118
  196. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/metric_aggregation_type.rb +0 -17
  197. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/metric_dimension.rb +0 -71
  198. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/metric_properties.rb +0 -48
  199. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/metric_unit.rb +0 -17
  200. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/multi_bitrate_format.rb +0 -84
  201. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/no_encryption.rb +0 -47
  202. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/odata_error.rb +0 -89
  203. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/on_error_type.rb +0 -16
  204. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/operation.rb +0 -81
  205. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/operation_collection.rb +0 -99
  206. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/operation_display.rb +0 -79
  207. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/output_file.rb +0 -59
  208. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/overlay.rb +0 -132
  209. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/png_format.rb +0 -58
  210. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/png_image.rb +0 -120
  211. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/presentation_time_range.rb +0 -102
  212. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/preset.rb +0 -51
  213. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/provider.rb +0 -46
  214. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/proxy_resource.rb +0 -62
  215. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/rectangle.rb +0 -88
  216. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/resource.rb +0 -80
  217. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/rotation.rb +0 -20
  218. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/service_specification.rb +0 -56
  219. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/standard_encoder_preset.rb +0 -110
  220. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/storage_account.rb +0 -62
  221. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/storage_account_type.rb +0 -16
  222. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/storage_encrypted_asset_decryption_data.rb +0 -68
  223. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/stream_options_flag.rb +0 -16
  224. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/streaming_endpoint.rb +0 -286
  225. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/streaming_endpoint_access_control.rb +0 -60
  226. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/streaming_endpoint_list_result.rb +0 -111
  227. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/streaming_endpoint_resource_state.rb +0 -20
  228. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/streaming_entity_scale_unit.rb +0 -46
  229. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/streaming_locator.rb +0 -199
  230. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/streaming_locator_collection.rb +0 -100
  231. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/streaming_locator_content_key.rb +0 -116
  232. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/streaming_locator_content_key_type.rb +0 -17
  233. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/streaming_path.rb +0 -80
  234. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/streaming_policy.rb +0 -133
  235. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/streaming_policy_collection.rb +0 -99
  236. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/streaming_policy_content_key.rb +0 -78
  237. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/streaming_policy_content_keys.rb +0 -68
  238. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/streaming_policy_fair_play_configuration.rb +0 -64
  239. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/streaming_policy_play_ready_configuration.rb +0 -64
  240. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/streaming_policy_streaming_protocol.rb +0 -18
  241. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/streaming_policy_widevine_configuration.rb +0 -53
  242. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/stretch_mode.rb +0 -17
  243. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/subscription_media_service.rb +0 -118
  244. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/subscription_media_service_collection.rb +0 -100
  245. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/sync_storage_keys_input.rb +0 -46
  246. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/track_property_compare_operation.rb +0 -16
  247. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/track_property_condition.rb +0 -70
  248. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/track_property_type.rb +0 -16
  249. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/track_selection.rb +0 -56
  250. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/tracked_resource.rb +0 -92
  251. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/transform.rb +0 -123
  252. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/transform_collection.rb +0 -99
  253. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/transform_output.rb +0 -82
  254. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/video.rb +0 -85
  255. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/video_analyzer_preset.rb +0 -79
  256. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/models/video_overlay.rb +0 -136
  257. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/module_definition.rb +0 -9
  258. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/operations.rb +0 -233
  259. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/streaming_endpoints.rb +0 -1331
  260. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/streaming_locators.rb +0 -808
  261. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/streaming_policies.rb +0 -594
  262. data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/transforms.rb +0 -710
@@ -1,180 +0,0 @@
1
- # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator.
3
- # Changes may cause incorrect behavior and will be lost if the code is
4
- # regenerated.
5
-
6
- module Azure::MediaServices::Mgmt::V2019_05_01_preview
7
- #
8
- # A service client - single point of access to the REST API.
9
- #
10
- class AzureMediaServices < MsRestAzure::AzureServiceClient
11
- include MsRestAzure
12
- include MsRestAzure::Serialization
13
-
14
- # @return [String] the base URI of the service.
15
- attr_accessor :base_url
16
-
17
- # @return Credentials needed for the client to connect to Azure.
18
- attr_reader :credentials
19
-
20
- # @return [String] The unique identifier for a Microsoft Azure
21
- # subscription.
22
- attr_accessor :subscription_id
23
-
24
- # @return [String] The preferred language for the response.
25
- attr_accessor :accept_language
26
-
27
- # @return [Integer] The retry timeout in seconds for Long Running
28
- # Operations. Default value is 30.
29
- attr_accessor :long_running_operation_retry_timeout
30
-
31
- # @return [Boolean] Whether a unique x-ms-client-request-id should be
32
- # generated. When set to true a unique x-ms-client-request-id value is
33
- # generated and included in each request. Default is true.
34
- attr_accessor :generate_client_request_id
35
-
36
- # @return [AccountFilters] account_filters
37
- attr_reader :account_filters
38
-
39
- # @return [Operations] operations
40
- attr_reader :operations
41
-
42
- # @return [Mediaservices] mediaservices
43
- attr_reader :mediaservices
44
-
45
- # @return [Locations] locations
46
- attr_reader :locations
47
-
48
- # @return [Assets] assets
49
- attr_reader :assets
50
-
51
- # @return [AssetFilters] asset_filters
52
- attr_reader :asset_filters
53
-
54
- # @return [ContentKeyPolicies] content_key_policies
55
- attr_reader :content_key_policies
56
-
57
- # @return [Transforms] transforms
58
- attr_reader :transforms
59
-
60
- # @return [Jobs] jobs
61
- attr_reader :jobs
62
-
63
- # @return [StreamingPolicies] streaming_policies
64
- attr_reader :streaming_policies
65
-
66
- # @return [StreamingLocators] streaming_locators
67
- attr_reader :streaming_locators
68
-
69
- # @return [LiveEvents] live_events
70
- attr_reader :live_events
71
-
72
- # @return [LiveOutputs] live_outputs
73
- attr_reader :live_outputs
74
-
75
- # @return [StreamingEndpoints] streaming_endpoints
76
- attr_reader :streaming_endpoints
77
-
78
- #
79
- # Creates initializes a new instance of the AzureMediaServices class.
80
- # @param credentials [MsRest::ServiceClientCredentials] credentials to authorize HTTP requests made by the service client.
81
- # @param base_url [String] the base URI of the service.
82
- # @param options [Array] filters to be applied to the HTTP requests.
83
- #
84
- def initialize(credentials = nil, base_url = nil, options = nil)
85
- super(credentials, options)
86
- @base_url = base_url || 'https://management.azure.com'
87
-
88
- fail ArgumentError, 'invalid type of credentials input parameter' unless credentials.is_a?(MsRest::ServiceClientCredentials) unless credentials.nil?
89
- @credentials = credentials
90
-
91
- @account_filters = AccountFilters.new(self)
92
- @operations = Operations.new(self)
93
- @mediaservices = Mediaservices.new(self)
94
- @locations = Locations.new(self)
95
- @assets = Assets.new(self)
96
- @asset_filters = AssetFilters.new(self)
97
- @content_key_policies = ContentKeyPolicies.new(self)
98
- @transforms = Transforms.new(self)
99
- @jobs = Jobs.new(self)
100
- @streaming_policies = StreamingPolicies.new(self)
101
- @streaming_locators = StreamingLocators.new(self)
102
- @live_events = LiveEvents.new(self)
103
- @live_outputs = LiveOutputs.new(self)
104
- @streaming_endpoints = StreamingEndpoints.new(self)
105
- @accept_language = 'en-US'
106
- @long_running_operation_retry_timeout = 30
107
- @generate_client_request_id = true
108
- add_telemetry
109
- end
110
-
111
- #
112
- # Makes a request and returns the body of the response.
113
- # @param method [Symbol] with any of the following values :get, :put, :post, :patch, :delete.
114
- # @param path [String] the path, relative to {base_url}.
115
- # @param options [Hash{String=>String}] specifying any request options like :body.
116
- # @return [Hash{String=>String}] containing the body of the response.
117
- # Example:
118
- #
119
- # request_content = "{'location':'westus','tags':{'tag1':'val1','tag2':'val2'}}"
120
- # path = "/path"
121
- # options = {
122
- # body: request_content,
123
- # query_params: {'api-version' => '2016-02-01'}
124
- # }
125
- # result = @client.make_request(:put, path, options)
126
- #
127
- def make_request(method, path, options = {})
128
- result = make_request_with_http_info(method, path, options)
129
- result.body unless result.nil?
130
- end
131
-
132
- #
133
- # Makes a request and returns the operation response.
134
- # @param method [Symbol] with any of the following values :get, :put, :post, :patch, :delete.
135
- # @param path [String] the path, relative to {base_url}.
136
- # @param options [Hash{String=>String}] specifying any request options like :body.
137
- # @return [MsRestAzure::AzureOperationResponse] Operation response containing the request, response and status.
138
- #
139
- def make_request_with_http_info(method, path, options = {})
140
- result = make_request_async(method, path, options).value!
141
- result.body = result.response.body.to_s.empty? ? nil : JSON.load(result.response.body)
142
- result
143
- end
144
-
145
- #
146
- # Makes a request asynchronously.
147
- # @param method [Symbol] with any of the following values :get, :put, :post, :patch, :delete.
148
- # @param path [String] the path, relative to {base_url}.
149
- # @param options [Hash{String=>String}] specifying any request options like :body.
150
- # @return [Concurrent::Promise] Promise object which holds the HTTP response.
151
- #
152
- def make_request_async(method, path, options = {})
153
- fail ArgumentError, 'method is nil' if method.nil?
154
- fail ArgumentError, 'path is nil' if path.nil?
155
-
156
- request_url = options[:base_url] || @base_url
157
- if(!options[:headers].nil? && !options[:headers]['Content-Type'].nil?)
158
- @request_headers['Content-Type'] = options[:headers]['Content-Type']
159
- end
160
-
161
- request_headers = @request_headers
162
- request_headers.merge!({'accept-language' => @accept_language}) unless @accept_language.nil?
163
- options.merge!({headers: request_headers.merge(options[:headers] || {})})
164
- options.merge!({credentials: @credentials}) unless @credentials.nil?
165
-
166
- super(request_url, method, path, options)
167
- end
168
-
169
-
170
- private
171
- #
172
- # Adds telemetry information.
173
- #
174
- def add_telemetry
175
- sdk_information = 'azure_mgmt_media_services'
176
- sdk_information = "#{sdk_information}/0.21.0"
177
- add_user_agent_information(sdk_information)
178
- end
179
- end
180
- end
@@ -1,829 +0,0 @@
1
- # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator.
3
- # Changes may cause incorrect behavior and will be lost if the code is
4
- # regenerated.
5
-
6
- module Azure::MediaServices::Mgmt::V2019_05_01_preview
7
- #
8
- # ContentKeyPolicies
9
- #
10
- class ContentKeyPolicies
11
- include MsRestAzure
12
-
13
- #
14
- # Creates and initializes a new instance of the ContentKeyPolicies class.
15
- # @param client service class for accessing basic functionality.
16
- #
17
- def initialize(client)
18
- @client = client
19
- end
20
-
21
- # @return [AzureMediaServices] reference to the AzureMediaServices
22
- attr_reader :client
23
-
24
- #
25
- # List Content Key Policies
26
- #
27
- # Lists the Content Key Policies in the account
28
- #
29
- # @param resource_group_name [String] The name of the resource group within the
30
- # Azure subscription.
31
- # @param account_name [String] The Media Services account name.
32
- # @param filter [String] Restricts the set of items returned.
33
- # @param top [Integer] Specifies a non-negative integer n that limits the
34
- # number of items returned from a collection. The service returns the number of
35
- # available items up to but not greater than the specified value n.
36
- # @param orderby [String] Specifies the key by which the result collection
37
- # should be ordered.
38
- # @param custom_headers [Hash{String => String}] A hash of custom headers that
39
- # will be added to the HTTP request.
40
- #
41
- # @return [Array<ContentKeyPolicy>] operation results.
42
- #
43
- def list(resource_group_name, account_name, filter:nil, top:nil, orderby:nil, custom_headers:nil)
44
- first_page = list_as_lazy(resource_group_name, account_name, filter:filter, top:top, orderby:orderby, custom_headers:custom_headers)
45
- first_page.get_all_items
46
- end
47
-
48
- #
49
- # List Content Key Policies
50
- #
51
- # Lists the Content Key Policies in the account
52
- #
53
- # @param resource_group_name [String] The name of the resource group within the
54
- # Azure subscription.
55
- # @param account_name [String] The Media Services account name.
56
- # @param filter [String] Restricts the set of items returned.
57
- # @param top [Integer] Specifies a non-negative integer n that limits the
58
- # number of items returned from a collection. The service returns the number of
59
- # available items up to but not greater than the specified value n.
60
- # @param orderby [String] Specifies the key by which the result collection
61
- # should be ordered.
62
- # @param custom_headers [Hash{String => String}] A hash of custom headers that
63
- # will be added to the HTTP request.
64
- #
65
- # @return [MsRestAzure::AzureOperationResponse] HTTP response information.
66
- #
67
- def list_with_http_info(resource_group_name, account_name, filter:nil, top:nil, orderby:nil, custom_headers:nil)
68
- list_async(resource_group_name, account_name, filter:filter, top:top, orderby:orderby, custom_headers:custom_headers).value!
69
- end
70
-
71
- #
72
- # List Content Key Policies
73
- #
74
- # Lists the Content Key Policies in the account
75
- #
76
- # @param resource_group_name [String] The name of the resource group within the
77
- # Azure subscription.
78
- # @param account_name [String] The Media Services account name.
79
- # @param filter [String] Restricts the set of items returned.
80
- # @param top [Integer] Specifies a non-negative integer n that limits the
81
- # number of items returned from a collection. The service returns the number of
82
- # available items up to but not greater than the specified value n.
83
- # @param orderby [String] Specifies the key by which the result collection
84
- # should be ordered.
85
- # @param [Hash{String => String}] A hash of custom headers that will be added
86
- # to the HTTP request.
87
- #
88
- # @return [Concurrent::Promise] Promise object which holds the HTTP response.
89
- #
90
- def list_async(resource_group_name, account_name, filter:nil, top:nil, orderby:nil, custom_headers:nil)
91
- fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
92
- fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
93
- fail ArgumentError, 'account_name is nil' if account_name.nil?
94
- api_version = '2018-07-01'
95
-
96
-
97
- request_headers = {}
98
- request_headers['Content-Type'] = 'application/json; charset=utf-8'
99
-
100
- # Set Headers
101
- request_headers['x-ms-client-request-id'] = SecureRandom.uuid
102
- request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
103
- path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/contentKeyPolicies'
104
-
105
- request_url = @base_url || @client.base_url
106
-
107
- options = {
108
- middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
109
- path_params: {'subscriptionId' => @client.subscription_id,'resourceGroupName' => resource_group_name,'accountName' => account_name},
110
- query_params: {'api-version' => api_version,'$filter' => filter,'$top' => top,'$orderby' => orderby},
111
- headers: request_headers.merge(custom_headers || {}),
112
- base_url: request_url
113
- }
114
- promise = @client.make_request_async(:get, path_template, options)
115
-
116
- promise = promise.then do |result|
117
- http_response = result.response
118
- status_code = http_response.status
119
- response_content = http_response.body
120
- unless status_code == 200
121
- error_model = JSON.load(response_content)
122
- fail MsRest::HttpOperationError.new(result.request, http_response, error_model)
123
- end
124
-
125
- result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
126
- result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
127
- result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
128
- # Deserialize Response
129
- if status_code == 200
130
- begin
131
- parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
132
- result_mapper = Azure::MediaServices::Mgmt::V2019_05_01_preview::Models::ContentKeyPolicyCollection.mapper()
133
- result.body = @client.deserialize(result_mapper, parsed_response)
134
- rescue Exception => e
135
- fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
136
- end
137
- end
138
-
139
- result
140
- end
141
-
142
- promise.execute
143
- end
144
-
145
- #
146
- # Get a Content Key Policy
147
- #
148
- # Get the details of a Content Key Policy in the Media Services account
149
- #
150
- # @param resource_group_name [String] The name of the resource group within the
151
- # Azure subscription.
152
- # @param account_name [String] The Media Services account name.
153
- # @param content_key_policy_name [String] The Content Key Policy name.
154
- # @param custom_headers [Hash{String => String}] A hash of custom headers that
155
- # will be added to the HTTP request.
156
- #
157
- # @return [ContentKeyPolicy] operation results.
158
- #
159
- def get(resource_group_name, account_name, content_key_policy_name, custom_headers:nil)
160
- response = get_async(resource_group_name, account_name, content_key_policy_name, custom_headers:custom_headers).value!
161
- response.body unless response.nil?
162
- end
163
-
164
- #
165
- # Get a Content Key Policy
166
- #
167
- # Get the details of a Content Key Policy in the Media Services account
168
- #
169
- # @param resource_group_name [String] The name of the resource group within the
170
- # Azure subscription.
171
- # @param account_name [String] The Media Services account name.
172
- # @param content_key_policy_name [String] The Content Key Policy name.
173
- # @param custom_headers [Hash{String => String}] A hash of custom headers that
174
- # will be added to the HTTP request.
175
- #
176
- # @return [MsRestAzure::AzureOperationResponse] HTTP response information.
177
- #
178
- def get_with_http_info(resource_group_name, account_name, content_key_policy_name, custom_headers:nil)
179
- get_async(resource_group_name, account_name, content_key_policy_name, custom_headers:custom_headers).value!
180
- end
181
-
182
- #
183
- # Get a Content Key Policy
184
- #
185
- # Get the details of a Content Key Policy in the Media Services account
186
- #
187
- # @param resource_group_name [String] The name of the resource group within the
188
- # Azure subscription.
189
- # @param account_name [String] The Media Services account name.
190
- # @param content_key_policy_name [String] The Content Key Policy name.
191
- # @param [Hash{String => String}] A hash of custom headers that will be added
192
- # to the HTTP request.
193
- #
194
- # @return [Concurrent::Promise] Promise object which holds the HTTP response.
195
- #
196
- def get_async(resource_group_name, account_name, content_key_policy_name, custom_headers:nil)
197
- fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
198
- fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
199
- fail ArgumentError, 'account_name is nil' if account_name.nil?
200
- fail ArgumentError, 'content_key_policy_name is nil' if content_key_policy_name.nil?
201
- api_version = '2018-07-01'
202
-
203
-
204
- request_headers = {}
205
- request_headers['Content-Type'] = 'application/json; charset=utf-8'
206
-
207
- # Set Headers
208
- request_headers['x-ms-client-request-id'] = SecureRandom.uuid
209
- request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
210
- path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/contentKeyPolicies/{contentKeyPolicyName}'
211
-
212
- request_url = @base_url || @client.base_url
213
-
214
- options = {
215
- middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
216
- path_params: {'subscriptionId' => @client.subscription_id,'resourceGroupName' => resource_group_name,'accountName' => account_name,'contentKeyPolicyName' => content_key_policy_name},
217
- query_params: {'api-version' => api_version},
218
- headers: request_headers.merge(custom_headers || {}),
219
- base_url: request_url
220
- }
221
- promise = @client.make_request_async(:get, path_template, options)
222
-
223
- promise = promise.then do |result|
224
- http_response = result.response
225
- status_code = http_response.status
226
- response_content = http_response.body
227
- unless status_code == 200 || status_code == 404
228
- error_model = JSON.load(response_content)
229
- fail MsRest::HttpOperationError.new(result.request, http_response, error_model)
230
- end
231
-
232
- result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
233
- result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
234
- result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
235
- # Deserialize Response
236
- if status_code == 200
237
- begin
238
- parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
239
- result_mapper = Azure::MediaServices::Mgmt::V2019_05_01_preview::Models::ContentKeyPolicy.mapper()
240
- result.body = @client.deserialize(result_mapper, parsed_response)
241
- rescue Exception => e
242
- fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
243
- end
244
- end
245
-
246
- result
247
- end
248
-
249
- promise.execute
250
- end
251
-
252
- #
253
- # Create or update an Content Key Policy
254
- #
255
- # Create or update a Content Key Policy in the Media Services account
256
- #
257
- # @param resource_group_name [String] The name of the resource group within the
258
- # Azure subscription.
259
- # @param account_name [String] The Media Services account name.
260
- # @param content_key_policy_name [String] The Content Key Policy name.
261
- # @param parameters [ContentKeyPolicy] The request parameters
262
- # @param custom_headers [Hash{String => String}] A hash of custom headers that
263
- # will be added to the HTTP request.
264
- #
265
- # @return [ContentKeyPolicy] operation results.
266
- #
267
- def create_or_update(resource_group_name, account_name, content_key_policy_name, parameters, custom_headers:nil)
268
- response = create_or_update_async(resource_group_name, account_name, content_key_policy_name, parameters, custom_headers:custom_headers).value!
269
- response.body unless response.nil?
270
- end
271
-
272
- #
273
- # Create or update an Content Key Policy
274
- #
275
- # Create or update a Content Key Policy in the Media Services account
276
- #
277
- # @param resource_group_name [String] The name of the resource group within the
278
- # Azure subscription.
279
- # @param account_name [String] The Media Services account name.
280
- # @param content_key_policy_name [String] The Content Key Policy name.
281
- # @param parameters [ContentKeyPolicy] The request parameters
282
- # @param custom_headers [Hash{String => String}] A hash of custom headers that
283
- # will be added to the HTTP request.
284
- #
285
- # @return [MsRestAzure::AzureOperationResponse] HTTP response information.
286
- #
287
- def create_or_update_with_http_info(resource_group_name, account_name, content_key_policy_name, parameters, custom_headers:nil)
288
- create_or_update_async(resource_group_name, account_name, content_key_policy_name, parameters, custom_headers:custom_headers).value!
289
- end
290
-
291
- #
292
- # Create or update an Content Key Policy
293
- #
294
- # Create or update a Content Key Policy in the Media Services account
295
- #
296
- # @param resource_group_name [String] The name of the resource group within the
297
- # Azure subscription.
298
- # @param account_name [String] The Media Services account name.
299
- # @param content_key_policy_name [String] The Content Key Policy name.
300
- # @param parameters [ContentKeyPolicy] The request parameters
301
- # @param [Hash{String => String}] A hash of custom headers that will be added
302
- # to the HTTP request.
303
- #
304
- # @return [Concurrent::Promise] Promise object which holds the HTTP response.
305
- #
306
- def create_or_update_async(resource_group_name, account_name, content_key_policy_name, parameters, custom_headers:nil)
307
- fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
308
- fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
309
- fail ArgumentError, 'account_name is nil' if account_name.nil?
310
- fail ArgumentError, 'content_key_policy_name is nil' if content_key_policy_name.nil?
311
- fail ArgumentError, 'parameters is nil' if parameters.nil?
312
- api_version = '2018-07-01'
313
-
314
-
315
- request_headers = {}
316
- request_headers['Content-Type'] = 'application/json; charset=utf-8'
317
-
318
- # Set Headers
319
- request_headers['x-ms-client-request-id'] = SecureRandom.uuid
320
- request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
321
-
322
- # Serialize Request
323
- request_mapper = Azure::MediaServices::Mgmt::V2019_05_01_preview::Models::ContentKeyPolicy.mapper()
324
- request_content = @client.serialize(request_mapper, parameters)
325
- request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil
326
-
327
- path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/contentKeyPolicies/{contentKeyPolicyName}'
328
-
329
- request_url = @base_url || @client.base_url
330
-
331
- options = {
332
- middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
333
- path_params: {'subscriptionId' => @client.subscription_id,'resourceGroupName' => resource_group_name,'accountName' => account_name,'contentKeyPolicyName' => content_key_policy_name},
334
- query_params: {'api-version' => api_version},
335
- body: request_content,
336
- headers: request_headers.merge(custom_headers || {}),
337
- base_url: request_url
338
- }
339
- promise = @client.make_request_async(:put, path_template, options)
340
-
341
- promise = promise.then do |result|
342
- http_response = result.response
343
- status_code = http_response.status
344
- response_content = http_response.body
345
- unless status_code == 200 || status_code == 201
346
- error_model = JSON.load(response_content)
347
- fail MsRest::HttpOperationError.new(result.request, http_response, error_model)
348
- end
349
-
350
- result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
351
- result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
352
- result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
353
- # Deserialize Response
354
- if status_code == 200
355
- begin
356
- parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
357
- result_mapper = Azure::MediaServices::Mgmt::V2019_05_01_preview::Models::ContentKeyPolicy.mapper()
358
- result.body = @client.deserialize(result_mapper, parsed_response)
359
- rescue Exception => e
360
- fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
361
- end
362
- end
363
- # Deserialize Response
364
- if status_code == 201
365
- begin
366
- parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
367
- result_mapper = Azure::MediaServices::Mgmt::V2019_05_01_preview::Models::ContentKeyPolicy.mapper()
368
- result.body = @client.deserialize(result_mapper, parsed_response)
369
- rescue Exception => e
370
- fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
371
- end
372
- end
373
-
374
- result
375
- end
376
-
377
- promise.execute
378
- end
379
-
380
- #
381
- # Delete a Content Key Policy
382
- #
383
- # Deletes a Content Key Policy in the Media Services account
384
- #
385
- # @param resource_group_name [String] The name of the resource group within the
386
- # Azure subscription.
387
- # @param account_name [String] The Media Services account name.
388
- # @param content_key_policy_name [String] The Content Key Policy name.
389
- # @param custom_headers [Hash{String => String}] A hash of custom headers that
390
- # will be added to the HTTP request.
391
- #
392
- #
393
- def delete(resource_group_name, account_name, content_key_policy_name, custom_headers:nil)
394
- response = delete_async(resource_group_name, account_name, content_key_policy_name, custom_headers:custom_headers).value!
395
- nil
396
- end
397
-
398
- #
399
- # Delete a Content Key Policy
400
- #
401
- # Deletes a Content Key Policy in the Media Services account
402
- #
403
- # @param resource_group_name [String] The name of the resource group within the
404
- # Azure subscription.
405
- # @param account_name [String] The Media Services account name.
406
- # @param content_key_policy_name [String] The Content Key Policy name.
407
- # @param custom_headers [Hash{String => String}] A hash of custom headers that
408
- # will be added to the HTTP request.
409
- #
410
- # @return [MsRestAzure::AzureOperationResponse] HTTP response information.
411
- #
412
- def delete_with_http_info(resource_group_name, account_name, content_key_policy_name, custom_headers:nil)
413
- delete_async(resource_group_name, account_name, content_key_policy_name, custom_headers:custom_headers).value!
414
- end
415
-
416
- #
417
- # Delete a Content Key Policy
418
- #
419
- # Deletes a Content Key Policy in the Media Services account
420
- #
421
- # @param resource_group_name [String] The name of the resource group within the
422
- # Azure subscription.
423
- # @param account_name [String] The Media Services account name.
424
- # @param content_key_policy_name [String] The Content Key Policy name.
425
- # @param [Hash{String => String}] A hash of custom headers that will be added
426
- # to the HTTP request.
427
- #
428
- # @return [Concurrent::Promise] Promise object which holds the HTTP response.
429
- #
430
- def delete_async(resource_group_name, account_name, content_key_policy_name, custom_headers:nil)
431
- fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
432
- fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
433
- fail ArgumentError, 'account_name is nil' if account_name.nil?
434
- fail ArgumentError, 'content_key_policy_name is nil' if content_key_policy_name.nil?
435
- api_version = '2018-07-01'
436
-
437
-
438
- request_headers = {}
439
- request_headers['Content-Type'] = 'application/json; charset=utf-8'
440
-
441
- # Set Headers
442
- request_headers['x-ms-client-request-id'] = SecureRandom.uuid
443
- request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
444
- path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/contentKeyPolicies/{contentKeyPolicyName}'
445
-
446
- request_url = @base_url || @client.base_url
447
-
448
- options = {
449
- middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
450
- path_params: {'subscriptionId' => @client.subscription_id,'resourceGroupName' => resource_group_name,'accountName' => account_name,'contentKeyPolicyName' => content_key_policy_name},
451
- query_params: {'api-version' => api_version},
452
- headers: request_headers.merge(custom_headers || {}),
453
- base_url: request_url
454
- }
455
- promise = @client.make_request_async(:delete, path_template, options)
456
-
457
- promise = promise.then do |result|
458
- http_response = result.response
459
- status_code = http_response.status
460
- response_content = http_response.body
461
- unless status_code == 200 || status_code == 204
462
- error_model = JSON.load(response_content)
463
- fail MsRest::HttpOperationError.new(result.request, http_response, error_model)
464
- end
465
-
466
- result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
467
- result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
468
- result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
469
-
470
- result
471
- end
472
-
473
- promise.execute
474
- end
475
-
476
- #
477
- # Update a Content Key Policy
478
- #
479
- # Updates an existing Content Key Policy in the Media Services account
480
- #
481
- # @param resource_group_name [String] The name of the resource group within the
482
- # Azure subscription.
483
- # @param account_name [String] The Media Services account name.
484
- # @param content_key_policy_name [String] The Content Key Policy name.
485
- # @param parameters [ContentKeyPolicy] The request parameters
486
- # @param custom_headers [Hash{String => String}] A hash of custom headers that
487
- # will be added to the HTTP request.
488
- #
489
- # @return [ContentKeyPolicy] operation results.
490
- #
491
- def update(resource_group_name, account_name, content_key_policy_name, parameters, custom_headers:nil)
492
- response = update_async(resource_group_name, account_name, content_key_policy_name, parameters, custom_headers:custom_headers).value!
493
- response.body unless response.nil?
494
- end
495
-
496
- #
497
- # Update a Content Key Policy
498
- #
499
- # Updates an existing Content Key Policy in the Media Services account
500
- #
501
- # @param resource_group_name [String] The name of the resource group within the
502
- # Azure subscription.
503
- # @param account_name [String] The Media Services account name.
504
- # @param content_key_policy_name [String] The Content Key Policy name.
505
- # @param parameters [ContentKeyPolicy] The request parameters
506
- # @param custom_headers [Hash{String => String}] A hash of custom headers that
507
- # will be added to the HTTP request.
508
- #
509
- # @return [MsRestAzure::AzureOperationResponse] HTTP response information.
510
- #
511
- def update_with_http_info(resource_group_name, account_name, content_key_policy_name, parameters, custom_headers:nil)
512
- update_async(resource_group_name, account_name, content_key_policy_name, parameters, custom_headers:custom_headers).value!
513
- end
514
-
515
- #
516
- # Update a Content Key Policy
517
- #
518
- # Updates an existing Content Key Policy in the Media Services account
519
- #
520
- # @param resource_group_name [String] The name of the resource group within the
521
- # Azure subscription.
522
- # @param account_name [String] The Media Services account name.
523
- # @param content_key_policy_name [String] The Content Key Policy name.
524
- # @param parameters [ContentKeyPolicy] The request parameters
525
- # @param [Hash{String => String}] A hash of custom headers that will be added
526
- # to the HTTP request.
527
- #
528
- # @return [Concurrent::Promise] Promise object which holds the HTTP response.
529
- #
530
- def update_async(resource_group_name, account_name, content_key_policy_name, parameters, custom_headers:nil)
531
- fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
532
- fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
533
- fail ArgumentError, 'account_name is nil' if account_name.nil?
534
- fail ArgumentError, 'content_key_policy_name is nil' if content_key_policy_name.nil?
535
- fail ArgumentError, 'parameters is nil' if parameters.nil?
536
- api_version = '2018-07-01'
537
-
538
-
539
- request_headers = {}
540
- request_headers['Content-Type'] = 'application/json; charset=utf-8'
541
-
542
- # Set Headers
543
- request_headers['x-ms-client-request-id'] = SecureRandom.uuid
544
- request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
545
-
546
- # Serialize Request
547
- request_mapper = Azure::MediaServices::Mgmt::V2019_05_01_preview::Models::ContentKeyPolicy.mapper()
548
- request_content = @client.serialize(request_mapper, parameters)
549
- request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil
550
-
551
- path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/contentKeyPolicies/{contentKeyPolicyName}'
552
-
553
- request_url = @base_url || @client.base_url
554
-
555
- options = {
556
- middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
557
- path_params: {'subscriptionId' => @client.subscription_id,'resourceGroupName' => resource_group_name,'accountName' => account_name,'contentKeyPolicyName' => content_key_policy_name},
558
- query_params: {'api-version' => api_version},
559
- body: request_content,
560
- headers: request_headers.merge(custom_headers || {}),
561
- base_url: request_url
562
- }
563
- promise = @client.make_request_async(:patch, path_template, options)
564
-
565
- promise = promise.then do |result|
566
- http_response = result.response
567
- status_code = http_response.status
568
- response_content = http_response.body
569
- unless status_code == 200
570
- error_model = JSON.load(response_content)
571
- fail MsRest::HttpOperationError.new(result.request, http_response, error_model)
572
- end
573
-
574
- result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
575
- result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
576
- result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
577
- # Deserialize Response
578
- if status_code == 200
579
- begin
580
- parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
581
- result_mapper = Azure::MediaServices::Mgmt::V2019_05_01_preview::Models::ContentKeyPolicy.mapper()
582
- result.body = @client.deserialize(result_mapper, parsed_response)
583
- rescue Exception => e
584
- fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
585
- end
586
- end
587
-
588
- result
589
- end
590
-
591
- promise.execute
592
- end
593
-
594
- #
595
- # Get a Content Key Policy with secrets
596
- #
597
- # Get a Content Key Policy including secret values
598
- #
599
- # @param resource_group_name [String] The name of the resource group within the
600
- # Azure subscription.
601
- # @param account_name [String] The Media Services account name.
602
- # @param content_key_policy_name [String] The Content Key Policy name.
603
- # @param custom_headers [Hash{String => String}] A hash of custom headers that
604
- # will be added to the HTTP request.
605
- #
606
- # @return [ContentKeyPolicyProperties] operation results.
607
- #
608
- def get_policy_properties_with_secrets(resource_group_name, account_name, content_key_policy_name, custom_headers:nil)
609
- response = get_policy_properties_with_secrets_async(resource_group_name, account_name, content_key_policy_name, custom_headers:custom_headers).value!
610
- response.body unless response.nil?
611
- end
612
-
613
- #
614
- # Get a Content Key Policy with secrets
615
- #
616
- # Get a Content Key Policy including secret values
617
- #
618
- # @param resource_group_name [String] The name of the resource group within the
619
- # Azure subscription.
620
- # @param account_name [String] The Media Services account name.
621
- # @param content_key_policy_name [String] The Content Key Policy name.
622
- # @param custom_headers [Hash{String => String}] A hash of custom headers that
623
- # will be added to the HTTP request.
624
- #
625
- # @return [MsRestAzure::AzureOperationResponse] HTTP response information.
626
- #
627
- def get_policy_properties_with_secrets_with_http_info(resource_group_name, account_name, content_key_policy_name, custom_headers:nil)
628
- get_policy_properties_with_secrets_async(resource_group_name, account_name, content_key_policy_name, custom_headers:custom_headers).value!
629
- end
630
-
631
- #
632
- # Get a Content Key Policy with secrets
633
- #
634
- # Get a Content Key Policy including secret values
635
- #
636
- # @param resource_group_name [String] The name of the resource group within the
637
- # Azure subscription.
638
- # @param account_name [String] The Media Services account name.
639
- # @param content_key_policy_name [String] The Content Key Policy name.
640
- # @param [Hash{String => String}] A hash of custom headers that will be added
641
- # to the HTTP request.
642
- #
643
- # @return [Concurrent::Promise] Promise object which holds the HTTP response.
644
- #
645
- def get_policy_properties_with_secrets_async(resource_group_name, account_name, content_key_policy_name, custom_headers:nil)
646
- fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
647
- fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
648
- fail ArgumentError, 'account_name is nil' if account_name.nil?
649
- fail ArgumentError, 'content_key_policy_name is nil' if content_key_policy_name.nil?
650
- api_version = '2018-07-01'
651
-
652
-
653
- request_headers = {}
654
- request_headers['Content-Type'] = 'application/json; charset=utf-8'
655
-
656
- # Set Headers
657
- request_headers['x-ms-client-request-id'] = SecureRandom.uuid
658
- request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
659
- path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/contentKeyPolicies/{contentKeyPolicyName}/getPolicyPropertiesWithSecrets'
660
-
661
- request_url = @base_url || @client.base_url
662
-
663
- options = {
664
- middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
665
- path_params: {'subscriptionId' => @client.subscription_id,'resourceGroupName' => resource_group_name,'accountName' => account_name,'contentKeyPolicyName' => content_key_policy_name},
666
- query_params: {'api-version' => api_version},
667
- headers: request_headers.merge(custom_headers || {}),
668
- base_url: request_url
669
- }
670
- promise = @client.make_request_async(:post, path_template, options)
671
-
672
- promise = promise.then do |result|
673
- http_response = result.response
674
- status_code = http_response.status
675
- response_content = http_response.body
676
- unless status_code == 200 || status_code == 404
677
- error_model = JSON.load(response_content)
678
- fail MsRest::HttpOperationError.new(result.request, http_response, error_model)
679
- end
680
-
681
- result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
682
- result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
683
- result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
684
- # Deserialize Response
685
- if status_code == 200
686
- begin
687
- parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
688
- result_mapper = Azure::MediaServices::Mgmt::V2019_05_01_preview::Models::ContentKeyPolicyProperties.mapper()
689
- result.body = @client.deserialize(result_mapper, parsed_response)
690
- rescue Exception => e
691
- fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
692
- end
693
- end
694
-
695
- result
696
- end
697
-
698
- promise.execute
699
- end
700
-
701
- #
702
- # List Content Key Policies
703
- #
704
- # Lists the Content Key Policies in the account
705
- #
706
- # @param next_page_link [String] The NextLink from the previous successful call
707
- # to List operation.
708
- # @param custom_headers [Hash{String => String}] A hash of custom headers that
709
- # will be added to the HTTP request.
710
- #
711
- # @return [ContentKeyPolicyCollection] operation results.
712
- #
713
- def list_next(next_page_link, custom_headers:nil)
714
- response = list_next_async(next_page_link, custom_headers:custom_headers).value!
715
- response.body unless response.nil?
716
- end
717
-
718
- #
719
- # List Content Key Policies
720
- #
721
- # Lists the Content Key Policies in the account
722
- #
723
- # @param next_page_link [String] The NextLink from the previous successful call
724
- # to List operation.
725
- # @param custom_headers [Hash{String => String}] A hash of custom headers that
726
- # will be added to the HTTP request.
727
- #
728
- # @return [MsRestAzure::AzureOperationResponse] HTTP response information.
729
- #
730
- def list_next_with_http_info(next_page_link, custom_headers:nil)
731
- list_next_async(next_page_link, custom_headers:custom_headers).value!
732
- end
733
-
734
- #
735
- # List Content Key Policies
736
- #
737
- # Lists the Content Key Policies in the account
738
- #
739
- # @param next_page_link [String] The NextLink from the previous successful call
740
- # to List operation.
741
- # @param [Hash{String => String}] A hash of custom headers that will be added
742
- # to the HTTP request.
743
- #
744
- # @return [Concurrent::Promise] Promise object which holds the HTTP response.
745
- #
746
- def list_next_async(next_page_link, custom_headers:nil)
747
- fail ArgumentError, 'next_page_link is nil' if next_page_link.nil?
748
-
749
-
750
- request_headers = {}
751
- request_headers['Content-Type'] = 'application/json; charset=utf-8'
752
-
753
- # Set Headers
754
- request_headers['x-ms-client-request-id'] = SecureRandom.uuid
755
- request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
756
- path_template = '{nextLink}'
757
-
758
- request_url = @base_url || @client.base_url
759
-
760
- options = {
761
- middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
762
- skip_encoding_path_params: {'nextLink' => next_page_link},
763
- headers: request_headers.merge(custom_headers || {}),
764
- base_url: request_url
765
- }
766
- promise = @client.make_request_async(:get, path_template, options)
767
-
768
- promise = promise.then do |result|
769
- http_response = result.response
770
- status_code = http_response.status
771
- response_content = http_response.body
772
- unless status_code == 200
773
- error_model = JSON.load(response_content)
774
- fail MsRest::HttpOperationError.new(result.request, http_response, error_model)
775
- end
776
-
777
- result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
778
- result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
779
- result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
780
- # Deserialize Response
781
- if status_code == 200
782
- begin
783
- parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
784
- result_mapper = Azure::MediaServices::Mgmt::V2019_05_01_preview::Models::ContentKeyPolicyCollection.mapper()
785
- result.body = @client.deserialize(result_mapper, parsed_response)
786
- rescue Exception => e
787
- fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
788
- end
789
- end
790
-
791
- result
792
- end
793
-
794
- promise.execute
795
- end
796
-
797
- #
798
- # List Content Key Policies
799
- #
800
- # Lists the Content Key Policies in the account
801
- #
802
- # @param resource_group_name [String] The name of the resource group within the
803
- # Azure subscription.
804
- # @param account_name [String] The Media Services account name.
805
- # @param filter [String] Restricts the set of items returned.
806
- # @param top [Integer] Specifies a non-negative integer n that limits the
807
- # number of items returned from a collection. The service returns the number of
808
- # available items up to but not greater than the specified value n.
809
- # @param orderby [String] Specifies the key by which the result collection
810
- # should be ordered.
811
- # @param custom_headers [Hash{String => String}] A hash of custom headers that
812
- # will be added to the HTTP request.
813
- #
814
- # @return [ContentKeyPolicyCollection] which provide lazy access to pages of
815
- # the response.
816
- #
817
- def list_as_lazy(resource_group_name, account_name, filter:nil, top:nil, orderby:nil, custom_headers:nil)
818
- response = list_async(resource_group_name, account_name, filter:filter, top:top, orderby:orderby, custom_headers:custom_headers).value!
819
- unless response.nil?
820
- page = response.body
821
- page.next_method = Proc.new do |next_page_link|
822
- list_next_async(next_page_link, custom_headers:custom_headers)
823
- end
824
- page
825
- end
826
- end
827
-
828
- end
829
- end