Share via


ResponseWithSkipToken<T>.AutomationManagementModels Property

 

Gets the automation management models.

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

Syntax

public IEnumerable<T> AutomationManagementModels { get; }
public:
property IEnumerable<T>^ AutomationManagementModels {
    IEnumerable<T>^ get();
}
member AutomationManagementModels : IEnumerable<'T> with get
Public ReadOnly Property AutomationManagementModels As IEnumerable(Of T)

Property Value

Type: System.Collections.Generic.IEnumerable<T>

See Also

ResponseWithSkipToken<T> Class
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top