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.

Parameters:

  • opts (Hash) (defaults to: {})

    a customizable set of options

Options Hash (opts):

  • :service_id (String)

    Alphanumeric string identifying the service. (required)

  • :version_id (Integer)

    Integer identifying a service version. (required)

Returns:



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