C# Class Microsoft.WindowsAzure.Management.Utilities.AzureBlob

Show file Open project: OctopusDeploy/azure-sdk-tools

Public Methods

Method Description
DeletePackageFromBlob ( IServiceManagement channel, string storageName, string subscriptionId, Uri packageUri ) : void
UploadFile ( string storageName, string blobEndpointUri, string storageKey, string filePath, BlobRequestOptions blobRequestOptions ) : Uri
UploadPackageToBlob ( IServiceManagement channel, string storageName, string subscriptionId, string packagePath, BlobRequestOptions blobRequestOptions ) : Uri

Method Details

DeletePackageFromBlob() public static method

public static DeletePackageFromBlob ( IServiceManagement channel, string storageName, string subscriptionId, Uri packageUri ) : void
channel IServiceManagement
storageName string
subscriptionId string
packageUri System.Uri
return void

UploadFile() public static method

public static UploadFile ( string storageName, string blobEndpointUri, string storageKey, string filePath, BlobRequestOptions blobRequestOptions ) : Uri
storageName string
blobEndpointUri string
storageKey string
filePath string
blobRequestOptions BlobRequestOptions
return System.Uri

UploadPackageToBlob() public static method

public static UploadPackageToBlob ( IServiceManagement channel, string storageName, string subscriptionId, string packagePath, BlobRequestOptions blobRequestOptions ) : Uri
channel IServiceManagement
storageName string
subscriptionId string
packagePath string
blobRequestOptions BlobRequestOptions
return System.Uri