DeviceTwinProperties 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
DeviceTwinProperties() | |
DeviceTwinProperties(DeviceTwinMetadata, Nullable<Double>) |
DeviceTwinProperties()
DeviceTwinProperties(DeviceTwinMetadata, Nullable<Double>)
- Source:
- DeviceTwinProperties.cs
public DeviceTwinProperties (Microsoft.Azure.EventGrid.Models.DeviceTwinMetadata metadata = default, double? version = default);
new Microsoft.Azure.EventGrid.Models.DeviceTwinProperties : Microsoft.Azure.EventGrid.Models.DeviceTwinMetadata * Nullable<double> -> Microsoft.Azure.EventGrid.Models.DeviceTwinProperties
Public Sub New (Optional metadata As DeviceTwinMetadata = Nothing, Optional version As Nullable(Of Double) = Nothing)
Parameters
- metadata
- DeviceTwinMetadata