EndpointExtensionsHasAzureSettings Method |
[This is preliminary documentation and is subject to change.]
Checks whether or not the given endpoint has an plugin object
Namespace:
TheInjectables.Feature.PaaSPort.DXF.Providers.Azure.Extensions
Assembly:
TheInjectables.Feature.PaaSPort.DXF (in TheInjectables.Feature.PaaSPort.DXF.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static bool HasAzureSettings(
this Endpoint endpoint
)
Parameters
- endpoint
- Type: Endpoint
The object to check for settings in
Return Value
Type:
Boolean
[True] if the
endpoint has an plugin object; otherwise [False]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Endpoint. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also