Io THub Args
constructor(cloudToDevice: Output<IoTHubCloudToDeviceArgs>? = null, endpoints: Output<List<IoTHubEndpointArgs>>? = null, enrichments: Output<List<IoTHubEnrichmentArgs>>? = null, eventHubPartitionCount: Output<Int>? = null, eventHubRetentionInDays: Output<Int>? = null, fallbackRoute: Output<IoTHubFallbackRouteArgs>? = null, fileUpload: Output<IoTHubFileUploadArgs>? = null, identity: Output<IoTHubIdentityArgs>? = null, localAuthenticationEnabled: Output<Boolean>? = null, location: Output<String>? = null, minTlsVersion: Output<String>? = null, name: Output<String>? = null, networkRuleSets: Output<List<IoTHubNetworkRuleSetArgs>>? = null, publicNetworkAccessEnabled: Output<Boolean>? = null, resourceGroupName: Output<String>? = null, routes: Output<List<IoTHubRouteArgs>>? = null, sku: Output<IoTHubSkuArgs>? = null, tags: Output<Map<String, String>>? = null)