IotHubPropertiesResponse

constructor(allowedFqdnList: List<String>? = null, authorizationPolicies: List<SharedAccessSignatureAuthorizationRuleResponse>? = null, cloudToDevice: CloudToDevicePropertiesResponse? = null, comments: String? = null, deviceStreams: IotHubPropertiesResponseDeviceStreams? = null, disableDeviceSAS: Boolean? = null, disableLocalAuth: Boolean? = null, disableModuleSAS: Boolean? = null, enableDataResidency: Boolean? = null, enableFileUploadNotifications: Boolean? = null, encryption: EncryptionPropertiesDescriptionResponse? = 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, restrictOutboundNetworkAccess: Boolean? = null, rootCertificate: RootCertificatePropertiesResponse? = null, routing: RoutingPropertiesResponse? = null, state: String, storageEndpoints: Map<String, StorageEndpointPropertiesResponse>? = null)