ServiceArgs

constructor(authOptions: Output<DataPlaneAuthOptionsArgs>? = null, disableLocalAuth: Output<Boolean>? = null, encryptionWithCmk: Output<EncryptionWithCmkArgs>? = null, hostingMode: Output<HostingMode>? = null, identity: Output<IdentityArgs>? = null, location: Output<String>? = null, networkRuleSet: Output<NetworkRuleSetArgs>? = null, partitionCount: Output<Int>? = null, publicNetworkAccess: Output<PublicNetworkAccess>? = null, replicaCount: Output<Int>? = null, resourceGroupName: Output<String>? = null, searchServiceName: Output<String>? = null, semanticSearch: Output<Either<String, SearchSemanticSearch>>? = null, sku: Output<SkuArgs>? = null, tags: Output<Map<String, String>>? = null)