AppTemplateLocations Constructors
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.
Overloads
AppTemplateLocations() |
Initializes a new instance of the AppTemplateLocations class. |
AppTemplateLocations(String, String) |
Initializes a new instance of the AppTemplateLocations class. |
AppTemplateLocations()
Initializes a new instance of the AppTemplateLocations class.
public AppTemplateLocations ();
Public Sub New ()
Applies to
AppTemplateLocations(String, String)
Initializes a new instance of the AppTemplateLocations class.
public AppTemplateLocations (string id = default, string displayName = default);
new Microsoft.Azure.Management.IotCentral.Models.AppTemplateLocations : string * string -> Microsoft.Azure.Management.IotCentral.Models.AppTemplateLocations
Public Sub New (Optional id As String = Nothing, Optional displayName As String = Nothing)
Parameters
- id
- String
The ID of the location.
- displayName
- String
The display name of the location.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET