Method: Fastly::LoggingAzureblobApi#get_log_azure

Defined in:
lib/fastly/api/logging_azureblob_api.rb

#get_log_azure(opts = {}) ⇒ LoggingAzureblobResponse

Get an Azure Blob Storage log endpoint Get the Azure Blob Storage logging endpoint 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)

  • :logging_azureblob_name (String)

    The name for the real-time logging configuration. (required)

Returns:



246
247
248
249
# File 'lib/fastly/api/logging_azureblob_api.rb', line 246

def get_log_azure(opts = {})
  data, _status_code, _headers = get_log_azure_with_http_info(opts)
  data
end