Share via


IotConnector Constructors

Definition

Overloads

IotConnector()

Initializes a new instance of the IotConnector class.

IotConnector(IDictionary<String,String>, String, ServiceManagedIdentityIdentity, String, IotEventHubIngestionEndpointConfiguration, IotMappingProperties, SystemData)

Initializes a new instance of the IotConnector class.

IotConnector()

Initializes a new instance of the IotConnector class.

public IotConnector ();
Public Sub New ()

Applies to

IotConnector(IDictionary<String,String>, String, ServiceManagedIdentityIdentity, String, IotEventHubIngestionEndpointConfiguration, IotMappingProperties, SystemData)

Initializes a new instance of the IotConnector class.

public IotConnector (System.Collections.Generic.IDictionary<string,string> tags = default, string location = default, Microsoft.Azure.Management.HealthcareApis.Models.ServiceManagedIdentityIdentity identity = default, string provisioningState = default, Microsoft.Azure.Management.HealthcareApis.Models.IotEventHubIngestionEndpointConfiguration ingestionEndpointConfiguration = default, Microsoft.Azure.Management.HealthcareApis.Models.IotMappingProperties deviceMapping = default, Microsoft.Azure.Management.HealthcareApis.Models.SystemData systemData = default);
new Microsoft.Azure.Management.HealthcareApis.Models.IotConnector : System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.HealthcareApis.Models.ServiceManagedIdentityIdentity * string * Microsoft.Azure.Management.HealthcareApis.Models.IotEventHubIngestionEndpointConfiguration * Microsoft.Azure.Management.HealthcareApis.Models.IotMappingProperties * Microsoft.Azure.Management.HealthcareApis.Models.SystemData -> Microsoft.Azure.Management.HealthcareApis.Models.IotConnector
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional location As String = Nothing, Optional identity As ServiceManagedIdentityIdentity = Nothing, Optional provisioningState As String = Nothing, Optional ingestionEndpointConfiguration As IotEventHubIngestionEndpointConfiguration = Nothing, Optional deviceMapping As IotMappingProperties = Nothing, Optional systemData As SystemData = Nothing)

Parameters

tags
IDictionary<String,String>

Resource tags.

location
String

The resource location.

identity
ServiceManagedIdentityIdentity

Setting indicating whether the service has a managed identity associated with it.

provisioningState
String

The provisioning state. Possible values include: 'Deleting', 'Succeeded', 'Creating', 'Accepted', 'Verifying', 'Updating', 'Failed', 'Canceled', 'Deprovisioned', 'Moving', 'Suspended', 'Warned', 'SystemMaintenance'

ingestionEndpointConfiguration
IotEventHubIngestionEndpointConfiguration

Source configuration.

deviceMapping
IotMappingProperties

Device Mappings.

systemData
SystemData

Metadata pertaining to creation and last modification of the resource.

Applies to