AppsOperationsExtensions.ListTemplates(IAppsOperations) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get all available application templates.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.IotCentral.Models.AppTemplate> ListTemplates (this Microsoft.Azure.Management.IotCentral.IAppsOperations operations);
static member ListTemplates : Microsoft.Azure.Management.IotCentral.IAppsOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.IotCentral.Models.AppTemplate>
<Extension()>
Public Function ListTemplates (operations As IAppsOperations) As IPage(Of AppTemplate)
Parameters
- operations
- IAppsOperations
The operations group for this extension method.