IAutomationManagementClient.ConnectionTypes Property
Service operation for automation connectiontypes. (see https://aka.ms/azureautomationsdk/connectiontypeoperations for more information)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
IConnectionTypeOperations ConnectionTypes { get; }
property IConnectionTypeOperations^ ConnectionTypes {
IConnectionTypeOperations^ get();
}
abstract ConnectionTypes : IConnectionTypeOperations with get
ReadOnly Property ConnectionTypes As IConnectionTypeOperations
Property Value
Type: Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations
See Also
IAutomationManagementClient Interface
Microsoft.WindowsAzure.Management.Automation Namespace
Return to top