EndpointExtensionsGetAzureSettings Method |
[This is preliminary documentation and is subject to change.]
Gets the from the endpoint
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 AzureSettings GetAzureSettings(
this Endpoint endpoint
)
Parameters
- endpoint
- Type: Endpoint
The endpoint to get the settings from
Return Value
Type:
AzureSettings
The plugin object containing the settings for the endpoint
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