C# Class Elastacloud.AzureManagement.Fluent.Commands.Blobs.CreateAndUploadBlobCommand

Used to create an upload a blob to a specified container
Inheritance: BlobCommand
Show file Open project: azurecoder/fluent-management Class Usage Examples

Private Properties

Property Type Description
CreateAndUploadBlobCommand System

Public Methods

Method Description
Execute ( ) : void

Private Methods

Method Description
CreateAndUploadBlobCommand ( string containerName, string blobName, string fileNamePath ) : System

Method Details

Execute() public method

public Execute ( ) : void
return void