Class CloudFoundryUnbindServiceSettingsExtensions
- Namespace
- Nuke.Common.Tools.CloudFoundry
- Assembly
- Nuke.Common.dll
Used within CloudFoundryTasks.
public static class CloudFoundryUnbindServiceSettingsExtensions
- Inheritance
-
CloudFoundryUnbindServiceSettingsExtensions
- Inherited Members
Methods
ResetAppName<T>(T)
Resets AppName
public static T ResetAppName<T>(this T toolSettings) where T : CloudFoundryUnbindServiceSettings
Parameters
toolSettings
T
Returns
- T
Type Parameters
T
ResetServiceInstance<T>(T)
Resets ServiceInstance
public static T ResetServiceInstance<T>(this T toolSettings) where T : CloudFoundryUnbindServiceSettings
Parameters
toolSettings
T
Returns
- T
Type Parameters
T
SetAppName<T>(T, string)
Sets AppName
public static T SetAppName<T>(this T toolSettings, string appName) where T : CloudFoundryUnbindServiceSettings
Parameters
toolSettings
TappName
string
Returns
- T
Type Parameters
T
SetServiceInstance<T>(T, string)
Sets ServiceInstance
public static T SetServiceInstance<T>(this T toolSettings, string serviceInstance) where T : CloudFoundryUnbindServiceSettings
Parameters
toolSettings
TserviceInstance
string
Returns
- T
Type Parameters
T