ServiceArgs

constructor(allowedIps: Output<List<String>>? = null, authenticationFailureMode: Output<String>? = null, customerManagedKeyEnforcementEnabled: Output<Boolean>? = null, hostingMode: Output<String>? = null, identity: Output<ServiceIdentityArgs>? = null, localAuthenticationEnabled: Output<Boolean>? = null, location: Output<String>? = null, name: Output<String>? = null, networkRuleBypassOption: Output<String>? = null, partitionCount: Output<Int>? = null, publicNetworkAccessEnabled: Output<Boolean>? = null, replicaCount: Output<Int>? = null, resourceGroupName: Output<String>? = null, semanticSearchSku: Output<String>? = null, sku: Output<String>? = null, tags: Output<Map<String, String>>? = null)