class AzureBlob::Client
def container_exist?(options = {})
Returns a boolean indicating if the container exists.
def container_exist?(options = {}) get_container_properties(options = {}).present? end
def container_exist?(options = {}) get_container_properties(options = {}).present? end