Elastacloud.AzureManagement.Fluent.Clients.BlobClient.BlobClient C# (CSharp) Method

BlobClient() public method

Used to create a blob client with an account name and key
public BlobClient ( string accountName, string accountKey ) : System
accountName string
accountKey string
return System
        public BlobClient(string accountName, string accountKey)
        {
            AccountName = accountName;
            AccountKey = accountKey;
        }

Same methods

BlobClient::BlobClient ( string subscriptionId, string containerName, string accountName, X509Certificate2 certificate ) : System
BlobClient::BlobClient ( string subscriptionId, string containerName, string accountName, string accountKey ) : System