IotHubPropertiesResponse

constructor(authorizationPolicies: List<SharedAccessSignatureAuthorizationRuleResponse>? = null, cloudToDevice: CloudToDevicePropertiesResponse? = null, comments: String? = null, enableFileUploadNotifications: Boolean? = null, eventHubEndpoints: Map<String, EventHubPropertiesResponse>? = null, features: String? = null, hostName: String, ipFilterRules: List<IpFilterRuleResponse>? = null, locations: List<IotHubLocationDescriptionResponse>, messagingEndpoints: Map<String, MessagingEndpointPropertiesResponse>? = null, minTlsVersion: String? = null, networkRuleSets: NetworkRuleSetPropertiesResponse? = null, privateEndpointConnections: List<PrivateEndpointConnectionResponse>? = null, provisioningState: String, publicNetworkAccess: String? = null, routing: RoutingPropertiesResponse? = null, state: String, storageEndpoints: Map<String, StorageEndpointPropertiesResponse>? = null)