Method: Azure::Security::Mgmt::V2015_06_01_preview::Operations#list
- Defined in:
- lib/2015-06-01-preview/generated/azure_mgmt_security/operations.rb
#list(custom_headers: nil) ⇒ Array<Operation>
Exposes all available operations for discovery purposes.
will be added to the HTTP request.
32 33 34 35 |
# File 'lib/2015-06-01-preview/generated/azure_mgmt_security/operations.rb', line 32 def list(custom_headers:nil) first_page = list_as_lazy(custom_headers:custom_headers) first_page.get_all_items end |