Share via


IAutomationManagementClient.Modules Property

 

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

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

Syntax

IModuleOperations Modules { get; }
property IModuleOperations^ Modules {
    IModuleOperations^ get();
}
abstract Modules : IModuleOperations with get
ReadOnly Property Modules As IModuleOperations

Property Value

Type: Microsoft.WindowsAzure.Management.Automation.IModuleOperations

See Also

IAutomationManagementClient Interface
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top