Method: Fastly::LoggingAzureblobApi#delete_log_azure

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

#delete_log_azure(opts = {}) ⇒ InlineResponse200

Delete the Azure Blob Storage log endpoint Delete 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:



169
170
171
172
# File 'lib/fastly/api/logging_azureblob_api.rb', line 169

def delete_log_azure(opts = {})
  data, _status_code, _headers = delete_log_azure_with_http_info(opts)
  data
end