Share via


IAutomationManagementClient.Connections Property

 

Service operation for automation connections. (see https://aka.ms/azureautomationsdk/connectionoperations for more information)

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Syntax

IConnectionOperations Connections { get; }
property IConnectionOperations^ Connections {
    IConnectionOperations^ get();
}
abstract Connections : IConnectionOperations with get
ReadOnly Property Connections As IConnectionOperations

Property Value

Type: Microsoft.WindowsAzure.Management.Automation.IConnectionOperations

See Also

IAutomationManagementClient Interface
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top