C# Класс Microsoft.WindowsAzure.Commands.Utilities.Common.CloudBlobUtility

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

DeletePackageFromBlob() публичный Метод

public DeletePackageFromBlob ( IServiceManagement channel, string storageName, string subscriptionId, Uri packageUri ) : void
channel IServiceManagement
storageName string
subscriptionId string
packageUri System.Uri
Результат void

DeletePackageFromBlob() публичный Метод

public DeletePackageFromBlob ( StorageManagementClient storageClient, string storageName, Uri packageUri ) : void
storageClient StorageManagementClient
storageName string
packageUri System.Uri
Результат void

UploadFile() публичный Метод

public UploadFile ( string storageName, Uri blobEndpointUri, string storageKey, string filePath, BlobRequestOptions blobRequestOptions ) : Uri
storageName string
blobEndpointUri System.Uri
storageKey string
filePath string
blobRequestOptions BlobRequestOptions
Результат System.Uri

UploadPackageToBlob() публичный Метод

public UploadPackageToBlob ( IServiceManagement channel, string storageName, string subscriptionId, string packagePath, BlobRequestOptions blobRequestOptions ) : Uri
channel IServiceManagement
storageName string
subscriptionId string
packagePath string
blobRequestOptions BlobRequestOptions
Результат System.Uri

UploadPackageToBlob() публичный Метод

public UploadPackageToBlob ( StorageManagementClient storageClient, string storageName, string packagePath, BlobRequestOptions blobRequestOptions ) : Uri
storageClient StorageManagementClient
storageName string
packagePath string
blobRequestOptions BlobRequestOptions
Результат System.Uri