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