class AzureBlobStorageData extends Model (View source)

Properties

protected $azureCredentialsType
protected $azureCredentialsDataType
string $container
string $credentialsSecret
string $path
string $storageAccount

Methods

setAzureCredentials(AzureCredentials $azureCredentials)

No description

setContainer($container)

No description

string
getContainer()

No description

setCredentialsSecret($credentialsSecret)

No description

string
getCredentialsSecret()

No description

setPath($path)

No description

string
getPath()

No description

setStorageAccount($storageAccount)

No description

string
getStorageAccount()

No description

Details

setAzureCredentials(AzureCredentials $azureCredentials)

No description

Parameters

AzureCredentials $azureCredentials

AzureCredentials getAzureCredentials()

No description

Return Value

AzureCredentials

setContainer($container)

No description

Parameters

$container

string getContainer()

No description

Return Value

string

setCredentialsSecret($credentialsSecret)

No description

Parameters

$credentialsSecret

string getCredentialsSecret()

No description

Return Value

string

setPath($path)

No description

Parameters

$path

string getPath()

No description

Return Value

string

setStorageAccount($storageAccount)

No description

Parameters

$storageAccount

string getStorageAccount()

No description

Return Value

string