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.Apigee.
- Assembly
- Cake
.Apigee .dll - Namespace
- Cake
.Apigee - Implementing Types
graph BT
Type["ICredentialSettings"]
class Type type-node
Implementing0["ListKeyValueMapsSettings"]-.->Type
click Implementing0 "/api/Cake.Apigee/ListKeyValueMapsSettings"
Implementing1["GetApiProxySettings"]-.->Type
click Implementing1 "/api/Cake.Apigee/GetApiProxySettings"
Implementing2["DeleteAllUndeployedApiProxyRevisionsSettings"]-.->Type
click Implementing2 "/api/Cake.Apigee/DeleteAllUndeployedApiProxyRevisionsSettings"
Implementing3["InstallNodePackagedModulesSettings"]-.->Type
click Implementing3 "/api/Cake.Apigee/InstallNodePackagedModulesSettings"
Implementing4["DeployProxySettings"]-.->Type
click Implementing4 "/api/Cake.Apigee/DeployProxySettings"
Implementing5["ImportProxySettings"]-.->Type
click Implementing5 "/api/Cake.Apigee/ImportProxySettings"
Implementing6["IEnvironmentSettings"]-.->Type
click Implementing6 "/api/Cake.Apigee/IEnvironmentSettings"
Implementing7["BaseSettings"]-.->Type
click Implementing7 "/api/Cake.Apigee/BaseSettings"
Implementing8["DeleteApiProxyRevisionSettings"]-.->Type
click Implementing8 "/api/Cake.Apigee/DeleteApiProxyRevisionSettings"
Implementing9["CreateKeyValueMapSettings"]-.->Type
click Implementing9 "/api/Cake.Apigee/CreateKeyValueMapSettings"
Implementing10["DeleteKeyValueMapSettings"]-.->Type
click Implementing10 "/api/Cake.Apigee/DeleteKeyValueMapSettings"
Syntax
public interface ICredentialSettings
Properties
Name | Value | Summary |
---|---|---|
Credentials | Credentials | |
Debug | bool |
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|