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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET