共用方式為


AppTemplateLocations Constructors

Definition

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