Method: Fastly::LoggingAzureblobApi#list_log_azure
- Defined in:
- lib/fastly/api/logging_azureblob_api.rb
#list_log_azure(opts = {}) ⇒ Array<LoggingAzureblobResponse>
List Azure Blob Storage log endpoints List all of the Azure Blob Storage logging endpoints for a particular service and version.
322 323 324 325 |
# File 'lib/fastly/api/logging_azureblob_api.rb', line 322 def list_log_azure(opts = {}) data, _status_code, _headers = list_log_azure_with_http_info(opts) data end |