C# 클래스 Microsoft.WindowsAzure.Commands.Utilities.Common.CloudBlobUtility

파일 보기 프로젝트 열기: AzureRT/azure-sdk-tools 1 사용 예제들

공개 메소드들

메소드 설명
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