Метод | Описание | |
---|---|---|
DeletePackageFromBlob ( IServiceManagement channel, string storageName, string subscriptionId, |
||
UploadFile ( string storageName, string blobEndpointUri, string storageKey, string filePath, BlobRequestOptions blobRequestOptions ) : |
||
UploadPackageToBlob ( IServiceManagement channel, string storageName, string subscriptionId, string packagePath, BlobRequestOptions blobRequestOptions ) : |
public static DeletePackageFromBlob ( IServiceManagement channel, string storageName, string subscriptionId, |
||
channel | IServiceManagement | |
storageName | string | |
subscriptionId | string | |
packageUri | ||
Результат | void |
public static UploadFile ( string storageName, string blobEndpointUri, string storageKey, string filePath, BlobRequestOptions blobRequestOptions ) : |
||
storageName | string | |
blobEndpointUri | string | |
storageKey | string | |
filePath | string | |
blobRequestOptions | BlobRequestOptions | |
Результат |
public static UploadPackageToBlob ( IServiceManagement channel, string storageName, string subscriptionId, string packagePath, BlobRequestOptions blobRequestOptions ) : |
||
channel | IServiceManagement | |
storageName | string | |
subscriptionId | string | |
packagePath | string | |
blobRequestOptions | BlobRequestOptions | |
Результат |