C# Class Microsoft.WindowsAzure.Commands.Utilities.Common.CloudBlobUtility

Show file Open project: AzureRT/azure-sdk-tools Class Usage Examples

Public Methods

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

Method Details

DeletePackageFromBlob() public method

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

DeletePackageFromBlob() public method

public DeletePackageFromBlob ( StorageManagementClient storageClient, string storageName, Uri packageUri ) : void
storageClient StorageManagementClient
storageName string
packageUri System.Uri
return void

UploadFile() public method

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

UploadPackageToBlob() public method

public 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

UploadPackageToBlob() public method

public UploadPackageToBlob ( StorageManagementClient storageClient, string storageName, string packagePath, BlobRequestOptions blobRequestOptions ) : Uri
storageClient StorageManagementClient
storageName string
packagePath string
blobRequestOptions BlobRequestOptions
return System.Uri