ArmIotCentralModelFactory.IotCentralAppTemplate 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.
Initializes a new instance of IotCentralAppTemplate.
public static Azure.ResourceManager.IotCentral.Models.IotCentralAppTemplate IotCentralAppTemplate (string manifestId = default, string manifestVersion = default, string name = default, string title = default, int? order = default, string description = default, string industry = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.IotCentral.Models.IotCentralAppTemplateLocation> locations = default);
static member IotCentralAppTemplate : string * string * string * string * Nullable<int> * string * string * seq<Azure.ResourceManager.IotCentral.Models.IotCentralAppTemplateLocation> -> Azure.ResourceManager.IotCentral.Models.IotCentralAppTemplate
Public Shared Function IotCentralAppTemplate (Optional manifestId As String = Nothing, Optional manifestVersion As String = Nothing, Optional name As String = Nothing, Optional title As String = Nothing, Optional order As Nullable(Of Integer) = Nothing, Optional description As String = Nothing, Optional industry As String = Nothing, Optional locations As IEnumerable(Of IotCentralAppTemplateLocation) = Nothing) As IotCentralAppTemplate
Parameters
- manifestId
- String
The ID of the template.
- manifestVersion
- String
The version of the template.
- name
- String
The name of the template.
- title
- String
The title of the template.
- description
- String
The description of the template.
- industry
- String
The industry of the template.
- locations
- IEnumerable<IotCentralAppTemplateLocation>
A list of locations that support the template.
Returns
A new IotCentralAppTemplate instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET