IotMappingProperties Constructors

Definition

Overloads

IotMappingProperties()

Initializes a new instance of the IotMappingProperties class.

IotMappingProperties(Object)

Initializes a new instance of the IotMappingProperties class.

IotMappingProperties()

Initializes a new instance of the IotMappingProperties class.

public IotMappingProperties ();
Public Sub New ()

Applies to

IotMappingProperties(Object)

Initializes a new instance of the IotMappingProperties class.

public IotMappingProperties (object content = default);
new Microsoft.Azure.Management.HealthcareApis.Models.IotMappingProperties : obj -> Microsoft.Azure.Management.HealthcareApis.Models.IotMappingProperties
Public Sub New (Optional content As Object = Nothing)

Parameters

content
Object

The mapping.

Applies to