C# 클래스 Microsoft.WindowsAzure.Management.Utilities.AzureBlob

파일 보기 프로젝트 열기: OctopusDeploy/azure-sdk-tools

공개 메소드들

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

메소드 상세

DeletePackageFromBlob() 공개 정적인 메소드

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

UploadFile() 공개 정적인 메소드

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

UploadPackageToBlob() 공개 정적인 메소드

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