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
Initializes a new instance of the
KuduClientSettings
class.
- Assembly
- Cake
.Kudu .Client .dll - Namespace
- Cake
.Kudu .Client - Containing Type
- KuduClientSettings
Syntax
public KuduClientSettings(string baseUri, string userName, string password)
Parameters
Name | Type | Description |
---|---|---|
baseUri | string | The base uri for site Kudu environment. |
userName | string | The user name used to authenticate agains Kudu api. |
password | string | The password used to authenticate agains Kudu api. |
Return Value
Type | Description |
---|---|
void |