AzureStorageSettings Class

Summary

Initializes a new instance of the AzureStorageSettings class.
Assembly
Cake.AzureStorage.dll
Namespace
Cake.AzureStorage
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["AzureStorageSettings"] class Type type-node

Syntax

public class AzureStorageSettings

Constructors

Name Summary
AzureStorageSettings() The constructor.

Properties

Name Value Summary
AccountName string
Gets or sets the Azure account name.
BlobName string
Gets or sets the Azure blob name.
ContainerName string
Gets or sets the Azure container name.
ContentType string
Gets or sets the content type property of the blob,
Key string
Gets or sets the Azure API Key.
UseHttps bool
Gets or sets whether to use HTTPS or not,
UseLocal bool
Gets or sets the Use Local Emulator option.

Extension Methods

Name Value Summary
Dump<AzureStorageSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<AzureStorageSettings>(AzureStorageSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<AzureStorageSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<AzureStorageSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<AzureStorageSettings>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<AzureStorageSettings>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin