This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Kudu.Client.
Summary
Extends
IKuduClient
with remote zip methods.
- Assembly
- Cake
.Kudu .Client .dll - Namespace
- Cake
.Kudu .Client .Extensions - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["KuduClientZipExtensions"]
class Type type-node
Syntax
public static class KuduClientZipExtensions
Methods
Name | Value | Summary |
---|---|---|
ZipDeployDirectory |
void |
Deploy local directory to KuduWebsite.
static
|
ZipDeployFile |
void |
Deploys zip file to Kudu wesite.
static
|
ZipDeployStream |
void |
Deploys zip stream Kudu website.
static
|
ZipDownloadFile |
void |
Downloads remote directory to local zip file.
static
|
ZipDownloadStream |
Stream |
Downloads remote directory as zip to stream.
static
|
ZipRunFromDirectory |
FilePath |
Deploy local directory to KuduWebsite as read only Zip file system.
static
|
ZipRunFromDirectory |
FilePath |
Deploy local directory to KuduWebsite as read only Zip file system.
static
|
ZipUploadDirectory |
void |
Uploads zip stream and extracts to remote directory path.
static
|
ZipUploadFile |
void |
Uploads zip file to expand into remote directory path.
static
|
ZipUploadStream |
void |
Uploads zip stream and extracts to remote directory path.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|