struct CB::Model::AzureBackrestCredential

Included Modules

Defined in:

Constructors

Instance Method Summary

Constructor Detail

def self.new(azure_account : String, azure_container : String, azure_key : String, azure_key_type : String) #

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def azure_account : String #

def azure_container : String #

def azure_key : String #

def azure_key_type : String #

def clone #

def copy_with(azure_account _azure_account = @azure_account, azure_container _azure_container = @azure_container, azure_key _azure_key = @azure_key, azure_key_type _azure_key_type = @azure_key_type) #